tweets
7 rows where "created_at" is on date 2021-10-04, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1444851185668673541 | swyx 33521530 | 2021-10-04T02:25:41+00:00 | Sending out newsletter soon! https://www.getrevue.co/profile/swyx?via=twitter-profile-webview Including preview of my latest piece: "Eating the Cloud from Outside In" TL;DR - AWS is playing Chess, but @Cloudflare is playing Go https://twitter.com/swyx/status/1444851185668673541/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 187] | 0 | 0 | 29 | 0 | 0 | 0 | en | ||||||||||
1444925320792993794 | swyx 33521530 | 2021-10-04T07:20:16+00:00 | @tjhorner @domenic @shitoberfest - Blind + I See | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [33, 48] | 1444477075201605637 | 748504453 | tjhorner | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1445091864244207618 | Temporal 1204202807298969600 | 2021-10-04T18:22:03+00:00 | Last week we had a great monthly meetup. Special thanks to our friend @rizza from @netflix for a stellar presentation. The full recording is now available. https://youtu.be/JQ6FRTnQWFI | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 180] | 0 | 5 | 13 | 0 | 0 | 0 | en | ||||||||||
1445108356390080515 | swyx 33521530 | 2021-10-04T19:27:35+00:00 | @markdalgleish @kentcdodds how is it not called the Kent C. Pod | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [27, 63] | 1445107245612634117 | 257765996 | markdalgleish | 0 | 0 | 15 | 0 | 0 | en | ||||||||
1445158586481479692 | swyx 33521530 | 2021-10-04T22:47:11+00:00 | @kentcdodds this is so well done, huge congrats to everyone working hard behind the scenes to make this happen! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [12, 111] | 1445103851783082002 | 389681470 | kentcdodds | 0 | 0 | 10 | 0 | 0 | en | ||||||||
1445161676462968843 | swyx 33521530 | 2021-10-04T22:59:28+00:00 | @ericktamayo @kentcdodds this solution really is tailored for Remix? wow that is super niche, nicely done 👏 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [25, 107] | 1445141180933558281 | 16797580 | ericktamayo | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1445167144178634756 | swyx 33521530 | 2021-10-04T23:21:11+00:00 | @dabit3 @robocell @ladyleet @dabit1 @Dabit2 ... damn, he was slow playing us the entire time | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [44, 92] | 1445166765311500288 | 17189394 | dabit3 | 0 | 0 | 13 | 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]);