tweets
8 rows where "created_at" is on date 2021-09-24, favorite_count = 0, favorited = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1441195320420061184 | swyx 33521530 | 2021-09-24T00:18:35+00:00 | @umanagineer i wasnt aware! i wonder if any inhouse tech was developed for this | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 79] | 1441121760284344322 | 938901720016363520 | umachingunde | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1441198851466137602 | swyx 33521530 | 2021-09-24T00:32:37+00:00 | @craigkerstiens these days there's a whoooole lot of work that happens before you get to a point where you can run SQL though :) | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [16, 128] | 1441198414385926150 | 12473952 | craigkerstiens | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1441199334767284232 | swyx 33521530 | 2021-09-24T00:34:32+00:00 | @seldo @jthandy @lennypruss 5-7! jeezus. iirc we just had 2 at Netlify at that stage | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [28, 84] | 1441198991199203337 | 15453 | seldo | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1441232157439971328 | swyx 33521530 | 2021-09-24T02:44:57+00:00 | @coreyhainesco @RandyRayess @taimurabdaal @dharmesh wrote Website Grader in 2008 and they've scanned (read: collected emails for) 1 million websites to date https://share.transistor.fm/s/6bbf2409 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [42, 180] | 1371531257088151552 | 33521530 | swyx | 0 | 0 | 0 | 0 | 0 | 0 | en | |||||||
1441257905022459904 | swyx 33521530 | 2021-09-24T04:27:16+00:00 | @kardysm ha thanks! yeah this stuff is super underrated for how powerful it is | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [9, 78] | 1441255470170214402 | 119158001 | kardysm | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1441441711939588097 | swyx 33521530 | 2021-09-24T16:37:39+00:00 | RT @LiedtkeSamuel: Great brief introduction to #TypeScript in #React by @swyx on egghead 🙌 https://egghead.io/lessons/react-write-your-first-react-typescript-component | 1441441532100419591 1441441532100419591 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 114] | 0 | 3 | 0 | 0 | 1 | 0 | en | |||||||||
1441465484277280775 | swyx 33521530 | 2021-09-24T18:12:07+00:00 | @Nutlope @redpointvc @SaiVC_ sign up != show up haha | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [29, 52] | 1441465303024607235 | 3246815913 | Nutlope | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1441478746637209605 | swyx 33521530 | 2021-09-24T19:04:49+00:00 | RT @css: Big thoughts on where the industry is headed from @swyx https://css-tricks.com/the-self-provisioning-runtime/ | 1441476747686551553 1441476747686551553 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 88] | 0 | 3 | 0 | 0 | 1 | 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]);