tweets
3 rows where "created_at" is on date 2021-09-24, in_reply_to_screen_name = "swyx" and possibly_sensitive = 0 sorted by lang
This data as json, CSV (advanced)
source 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1441232157439971328 | swyx 33521530 | 2021-09-24T02:44:57+00:00 | @coreyhainesco @RandyRayess @taimurabdaal @dharmesh wrote Website Grader in 2008 and they've scanned (read: collected emails for) 1 million websites to date https://share.transistor.fm/s/6bbf2409 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [42, 180] | 1371531257088151552 | 33521530 | swyx | 0 | 0 | 0 | 0 | 0 | 0 | en | |||||||
1441441832932573188 | swyx 33521530 | 2021-09-24T16:38:08+00:00 | Whoops i think i was supposed to tweet this - 10% off for friends! https://2021.cascadiajs.com/tickets/459 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 91] | 1441441101626306566 | 33521530 | swyx | 0 | 0 | 6 | 0 | 0 | 0 | en | |||||||
1441486732516544513 | swyx 33521530 | 2021-09-24T19:36:33+00:00 | @Rometools will be written in @Rustlang: "Being able to build off of high quality dependencies without making tradeoffs makes us more productive and will lead to a better, faster Rome." also a nice intro to Concrete Syntax Trees in here https://rome.tools/blog/2021/09/21/rome-will-be-rewritten-in-rust https://twitter.com/swyx/status/1441486732516544513/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 262] | 1429569769150185473 | 33521530 | swyx | 0 | 0 | 10 | 0 | 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]);