tweets
7 rows where "created_at" is on date 2021-09-22, favorite_count = 0, favorited = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: display_text_range, retweet_count, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1440692266499145738 | swyx 33521530 | 2021-09-22T14:59:37+00:00 | @hsablonniere im not being precise to git tag dates, just rough guesstimate of when a project was "launched", mostly by googling "when was X launched/started" | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [14, 158] | 1440690152842555392 | 131838592 | hsablonniere | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1440722557313847308 | swyx 33521530 | 2021-09-22T16:59:59+00:00 | RT @thelambdragon: Watch @aldonline + @swyx discuss @thelambdragon, self-provisioning runtimes, and why the future of programming is all ab… | 1440712894958628874 1440712894958628874 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 5 | 0 | 0 | 1 | en | ||||||||||
1440729994058108931 | swyx 33521530 | 2021-09-22T17:29:32+00:00 | @HodGreeley haha yes people really like that line! thank you for joining us!! let me know if any other quotes resonated so I can make sure to repeat them in future haha let me know if you have other qtns as well btw | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [12, 218] | 1440724829716369419 | 22571664 | HodGreeley | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1440736073525596160 | swyx 33521530 | 2021-09-22T17:53:42+00:00 | RT @mattgperry: 🚀 Introducing Motion One. The smallest fully-featured animation library for the web. Built on the Web Animations API, it o… | 1440341298582523904 1440341298582523904 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 677 | 0 | 0 | 1 | en | ||||||||||
1440745728595271684 | swyx 33521530 | 2021-09-22T18:32:04+00:00 | RT @lucasbernalte: I just read about the Four Gears of Learning in Public by @swyx and it clicked. I have only been trying to use the Conne… | 1440741221236764674 1440741221236764674 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 1 | 0 | 0 | 1 | en | ||||||||||
1440765132871651332 | swyx 33521530 | 2021-09-22T19:49:10+00:00 | @mcadonofrio these add up to 105%? is the average $100mm+ company at an operating loss? | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 87] | 1440351903766888466 | 1045367135394922496 | mcadonofrio | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1440768215529914372 | swyx 33521530 | 2021-09-22T20:01:25+00:00 | @macrocephalopod @ConejoCapital wait isn't that buying, not selling skew | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [32, 72] | 1440736372185202690 | 1341087029048827904 | macrocephalopod | 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]);