tweets
7 rows where "created_at" is on date 2021-12-03 and favorite_count = 0 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source, display_text_range, is_quote_status, retweet_count, favorited, retweeted
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1466644656423272452 | swyx 33521530 | 2021-12-03T05:45:09+00:00 | @brandonscript does Chrome leak? i assumed that it was pretty much the most secure app sandbox in the world. i have dozens of tabs open all day | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [15, 143] | 1466642334569828359 | 181871444 | brandonscript | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1466651985176776710 | swyx 33521530 | 2021-12-03T06:14:16+00:00 | @pacman326 i do. cheers thank you. idk how common it is to always keep activity monitor up since it itself has some load. but cant hurt, i need to root cause this bc its so bad | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [11, 176] | 1466650938106650629 | 28897143 | pacman326 | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1466654816227057673 | swyx 33521530 | 2021-12-03T06:25:31+00:00 | @LSrugo @DescriptApp fascinating. i have 8gb memory and 9gb swap used. how do i kill this? https://twitter.com/swyx/status/1466654816227057673/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [21, 90] | 1466654473766404097 | 825088906609696768 | LSrugo | 0 | 0 | 0 | 0 | 0 | 0 | en | |||||||
1466659029715853315 | swyx 33521530 | 2021-12-03T06:42:16+00:00 | RT @swyx: 🆕 For my third year in a row, I've compiled my list of favorite new podcasts to feature up-and-comers and my favorite episodes o… | 1466447823801491458 1466447823801491458 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 4 | 0 | 1 | 1 | en | ||||||||||
1466718569975017473 | swyx 33521530 | 2021-12-03T10:38:52+00:00 | @seldo what does twitter api have to do with it? | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [7, 48] | 1466484198907125765 | 15453 | seldo | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1466847530872762370 | swyx 33521530 | 2021-12-03T19:11:18+00:00 | RT @corecursive: A great list to be a part of! 🏆 | 1466846573078487043 1466846573078487043 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 48] | 1 | 3 | 0 | 1 | 1 | en | ||||||||||
1466918633871867907 | swyx 33521530 | 2021-12-03T23:53:51+00:00 | RT @swyx: One thing I wish I learned way earlier in my JS journey is Node Streams and child processes. We use them *all the time* in our to… | 1201528574236217345 1201528574236217345 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 75 | 0 | 0 | 1 | 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]);