tweets
9 rows where "created_at" is on date 2021-11-24, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: in_reply_to_user_id, in_reply_to_screen_name, retweet_count, favorite_count
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1463334871858704389 | swyx 33521530 | 2021-11-24T02:33:15+00:00 | @ryanflorence @devongovett @jkup i heard there's a site where you sell video tutorials on react | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [33, 95] | 1463331676407304198 | 16468446 | ryanflorence | 0 | 0 | 4 | 0 | 0 | en | ||||||||
1463345273007075328 | swyx 33521530 | 2021-11-24T03:14:35+00:00 | @ryanflorence @jkup @jhooks @devongovett the Re in Remix is short for "real estate" | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [41, 83] | 1463341220357238788 | 16468446 | ryanflorence | 0 | 0 | 3 | 0 | 0 | en | ||||||||
1463367392612913153 | swyx 33521530 | 2021-11-24T04:42:29+00:00 | 🎧 Today's clip is this excellent Twitter strategy from @mkobach: https://share.transistor.fm/s/97afe5d8 It's caused me switch terminology, from "being a Schelling point" to being a "lighthouse". I do still like the idea that influencers switch from Schelling to Shilling as they grow. | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 270] | 0 | 0 | 1 | 0 | 0 | 0 | en | ||||||||||
1463369680177876993 | swyx 33521530 | 2021-11-24T04:51:34+00:00 | @jasonlaster11 @jkup @alexellisuk @Netlify @vercel @remix_run @rometools @replayio @Replit @supabase the @rometools shade | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [101, 121] | 1463367617318514691 | 312750384 | jasonlaster11 | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1463394455617097730 | swyx 33521530 | 2021-11-24T06:30:01+00:00 | Incredible @liveoverflow video that starts out about XSS, but really is a deeper lesson about how clickbait gets more attention than insightful content, and how to spot it: https://www.youtube.com/watch?v=eQFbG6CwwdI&list=WL&index=42 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 198] | 0 | 2 | 10 | 0 | 0 | 0 | en | ||||||||||
1463618121487446019 | swyx 33521530 | 2021-11-24T21:18:47+00:00 | @adamwathan basically @devonzuegel called it, twitter should just hand her control of the twitter roadmap https://devonzuegel.com/post/the-silence-is-deafening | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [12, 129] | 1463615822644002824 | 716933677 | adamwathan | 0 | 0 | 7 | 0 | 0 | 0 | en | |||||||
1463621549366251521 | swyx 33521530 | 2021-11-24T21:32:24+00:00 | @flybayer @temporalio @abadir_ @Flightcontrolhq thanks for joining us!! was so cool to see JS friends and even @DavidKPiano made a special appearance! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [48, 150] | 1463191822243618832 | 2826554209 | flybayer | 0 | 1 | 3 | 0 | 0 | en | ||||||||
1463621627438977026 | swyx 33521530 | 2021-11-24T21:32:43+00:00 | @eugeually @temporalio heya! just fixed it, sorry for broken link. here you go: https://docs.temporal.io/docs/content/what-is-a-temporal-cluster | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [23, 103] | 1463581973306167297 | 894556596 | eugeually | 0 | 0 | 0 | 0 | 0 | 0 | en | |||||||
1463637716113899523 | swyx 33521530 | 2021-11-24T22:36:39+00:00 | ⚛️ I'm going live now streaming my first time @Remix_run experience! DM if you want to join and chat live - will probably go 1-2 hours! https://www.youtube.com/watch?v=HZV1pT-qMqg | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 161] | 0 | 0 | 35 | 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]);