tweets
10 rows where "created_at" is on date 2021-11-25, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: display_text_range
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1463665318732046337 | swyx 33521530 | 2021-11-25T00:26:20+00:00 | @preetster @dalmaer smol is beautiful | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [20, 37] | 1463634168047226880 | 16343912 | preetster | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1463665495928815621 | swyx 33521530 | 2021-11-25T00:27:02+00:00 | @BenAPatton @remix_run sorry to miss you! next time... i dont have ambitions to be a livestreamer so this stuff is always gonna be ad hoc for me haha | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [23, 149] | 1463638406995525645 | 999866712739676160 | BenAPatton | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1463665543009865732 | swyx 33521530 | 2021-11-25T00:27:13+00:00 | @robertbalazsi @remix_run no worries, it was pretty fun! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [26, 56] | 1463638065713451019 | 1015811186 | robertbalazsi | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1463681245888405507 | swyx 33521530 | 2021-11-25T01:29:37+00:00 | @supabase supa based | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 20] | 1463408579931557888 | 1219566488325017602 | supabase | 0 | 0 | 4 | 0 | 0 | en | ||||||||
1463958849069608989 | swyx 33521530 | 2021-11-25T19:52:43+00:00 | @samjulien my real question is if you should immediately move on or if you should take some time to write your thoughts. | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [11, 120] | 1463936510802087950 | 14228668 | samjulien | 0 | 0 | 4 | 0 | 0 | en | ||||||||
1463966459244146696 | swyx 33521530 | 2021-11-25T20:22:57+00:00 | TIL I couldve used `git grep` instead and it would have probably worked 🤦♂️ https://will-keleher.com/posts/5-Useful-Bash-Patterns.html https://twitter.com/swyx/status/1463966459244146696/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 100] | 1455012914620813321 | 33521530 | swyx | 0 | 0 | 17 | 0 | 0 | 0 | en | |||||||
1463987461978144769 | swyx 33521530 | 2021-11-25T21:46:25+00:00 | Just saved $1000 over 2 years. I'm trading in my old iPhone for new hotness and finally did the math. Carrier trade-ins always seemed appealing (on both environmental and cost angles) until I really looked into it. TL;DR: switch to MVNO's like @Mintmobile, trade in with Apple! https://twitter.com/swyx/status/1463987461978144769/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 280] | 0 | 0 | 11 | 0 | 0 | 0 | en | ||||||||||
1464006310177873922 | swyx 33521530 | 2021-11-25T23:01:18+00:00 | @kentcdodds so realistic! how did you do the water rendering! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [12, 61] | 1463995119216914439 | 389681470 | kentcdodds | 0 | 0 | 100 | 0 | 0 | en | ||||||||
1464009618460274739 | swyx 33521530 | 2021-11-25T23:14:27+00:00 | Sure, this is a reason to be thankful, but also just reminded me that if there is another huge solar flare from the Sun I am about 8.3 minutes from certain doom... https://dynomight.net/thanks/ how do we prep against solar flares? - water? - canned food? - backup generators? - books? https://twitter.com/swyx/status/1464009618460274739/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 280] | 0 | 0 | 21 | 0 | 0 | 0 | en | ||||||||||
1464016737167241248 | swyx 33521530 | 2021-11-25T23:42:44+00:00 | @sgrove i stayed away from those because assuming those will also be fried | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [8, 74] | 1464015408915103744 | 14435843 | sgrove | 0 | 0 | 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]);