tweets
5 rows where in_reply_to_user_id = 1458271 sorted by lang
This data as json, CSV (advanced)
Suggested facets: favorite_count
created_at (date) 4 ✖
- 2021-10-23 2
- 2021-08-09 1
- 2021-08-28 1
- 2021-12-07 1
id | user | created_at | full_text | retweeted_status | quoted_status | place | source | truncated | display_text_range | in_reply_to_status_id | in_reply_to_user_id | in_reply_to_screen_name | geo | coordinates | contributors | is_quote_status | retweet_count | favorite_count | favorited | retweeted | possibly_sensitive | lang ▼ | scopes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1424607897191809026 | swyx 33521530 | 2021-08-09T05:46:05+00:00 | @tmcw weekend bloggers are the real ones | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [6, 40] | 1424513663592017929 | 1458271 | tmcw | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1431729765879275527 | swyx 33521530 | 2021-08-28T21:25:51+00:00 | @tmcw there’s something about having a heterodox mind that it opens you up both to inconvenient truths and to intriguing lies. Not saying cant have one without the other but theres got to be some correlation. its the un-self-aware, religiously uncritical mind i fear. | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [6, 267] | 1431718410841477120 | 1458271 | tmcw | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1452029895727484935 | swyx 33521530 | 2021-10-23T21:51:19+00:00 | @tmcw any idea when this block happened? doesnt seem like Malte to respond this way to this specific screenshot of a public document | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [6, 132] | 1451974333992251401 | 1458271 | tmcw | 0 | 0 | 4 | 0 | 0 | en | ||||||||
1452036698448097281 | swyx 33521530 | 2021-10-23T22:18:21+00:00 | @tmcw :( its a bad look no matter how guilty or innocent of the original charge. thanks for calling attention to this. | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [6, 118] | 1452030492425998336 | 1458271 | tmcw | 0 | 0 | 3 | 0 | 0 | en | ||||||||
1468179322296942592 | swyx 33521530 | 2021-12-07T11:23:22+00:00 | @tmcw @reactjs could be topic for a good blogpost! havent messed around with it yet either. intrigued by the screenshots | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [15, 120] | 1467888510967459847 | 1458271 | tmcw | 0 | 0 | 1 | 0 | 0 | en |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [tweets] ( [id] INTEGER PRIMARY KEY, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [full_text] TEXT, [retweeted_status] INTEGER, [quoted_status] INTEGER, [place] TEXT REFERENCES [places]([id]), [source] TEXT REFERENCES [sources]([id]), [truncated] INTEGER, [display_text_range] TEXT, [in_reply_to_status_id] INTEGER, [in_reply_to_user_id] INTEGER, [in_reply_to_screen_name] TEXT, [geo] TEXT, [coordinates] TEXT, [contributors] TEXT, [is_quote_status] INTEGER, [retweet_count] INTEGER, [favorite_count] INTEGER, [favorited] INTEGER, [retweeted] INTEGER, [possibly_sensitive] INTEGER, [lang] TEXT, [scopes] TEXT, FOREIGN KEY([retweeted_status]) REFERENCES [tweets]([id]), FOREIGN KEY([quoted_status]) REFERENCES [tweets]([id]) ); CREATE INDEX [idx_tweets_source] ON [tweets] ([source]);