tweets
7 rows where "created_at" is on date 2021-10-19 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang
This data as json, CSV (advanced)
Suggested facets: is_quote_status, retweet_count, favorite_count, retweeted, lang
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1450296792201891845 | swyx 33521530 | 2021-10-19T03:04:35+00:00 | @erchwy @wardpeet @AbhiAiyer @GatsbyJS @reactjs aww thanks Eric! | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [48, 64] | 1450273665979858947 | 1142073858196795393 | erchwy | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1450355145917677569 | swyx 33521530 | 2021-10-19T06:56:27+00:00 | @AdamRackis xstate isn’t popular enough to be hated yet | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [12, 55] | 1450299212319580163 | 68567860 | AdamRackis | 0 | 2 | 42 | 0 | 0 | en | ||||||||
1450372861911126018 | swyx 33521530 | 2021-10-19T08:06:51+00:00 | @plusequals1 @drochetti they do. what components come to mind? | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [24, 62] | 1450360596592013315 | 1124734959867109390 | plusequals1 | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1450373148545667077 | swyx 33521530 | 2021-10-19T08:07:59+00:00 | @geddski dave join usssss | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [9, 25] | 1450237731976597506 | 39607761 | geddski | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1450404185153757189 | swyx 33521530 | 2021-10-19T10:11:19+00:00 | RT @ascorbic: This is a really interesting discussion on Gatsby and the state of the Jamstack ecosystem and I agree with most of it. Worth… | 1450403609078898694 1450403609078898694 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 139] | 1 | 7 | 0 | 0 | 1 | en | ||||||||||
1450406508559101959 | swyx 33521530 | 2021-10-19T10:20:33+00:00 | ditto goes for 3 years of the same damn debate whether hooks were a good idea or not 🤮 https://reddit.com/r/reactjs/comments/qals23/how_to_replace_usestate_with_useref_and_be_a/ stuff like this is why I walked away from being a pure frontend/React person, the debates are so inane and solutions like @Sveltejs and Vue are truly viable now! https://twitter.com/swyx/status/1450406508559101959/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 274] | 1450333133300064259 | 33521530 | swyx | 0 | 1 | 119 | 0 | 0 | 0 | en | |||||||
1450308708274032642 | swyx 33521530 | 2021-10-19T03:51:56+00:00 | @supabase https://twitter.com/swyx/status/1450308708274032642/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [9, 9] | 1450307400234258435 | 1219566488325017602 | supabase | 0 | 0 | 25 | 0 | 0 | 0 | und |
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]);