tweets
5 rows where "created_at" is on date 2021-09-23, favorite_count = 0, is_quote_status = 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1440854336297320452 | swyx 33521530 | 2021-09-23T01:43:38+00:00 | @AbhiAiyer @Netlify @ascorbic i really hope either Netlify or Gatsby invest in a good infographic that helps people choose modes and mix and match for their needs... you and i get it but i bet this is all confusing as hell for people less close to the story | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [30, 257] | 1440853737631748100 | 167315972 | AbhiAiyer | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1440867912089161728 | swyx 33521530 | 2021-09-23T02:37:34+00:00 | RT @kentcdodds: I spent most of yesterday on my @RideOnewheel and listening to @swyx's audio reading of The @Coding_Career Handbook (https:… | 1440684812885315597 1440684812885315597 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 10 | 0 | 0 | 1 | en | ||||||||||
1440872926513819651 | swyx 33521530 | 2021-09-23T02:57:30+00:00 | RT @ryantakesoff: The biggest lesson I’ve learned in building a $4B company: It’s all about the people. I’m thrilled to announce today t… | 1440843960776228865 1440843960776228865 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 2013 | 0 | 0 | 1 | en | ||||||||||
1441070950208913413 | swyx 33521530 | 2021-09-23T16:04:22+00:00 | RT @ReactAdvanced: He's the head of #developer experience, author of a bestselling book on progressing career in IT, and a sought-after men… | 1441069852127543299 1441069852127543299 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 1 | 0 | 0 | 1 | en | ||||||||||
1441074061644386317 | swyx 33521530 | 2021-09-23T16:16:44+00:00 | @dan_charvat @localazy haha no but your app looks cool! i wonder if we could use for http://docs.temporal.io... | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [23, 111] | 1440569686194675719 | 959897232236535808 | dan_charvat | 0 | 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]);