tweets
5 rows where "created_at" is on date 2021-11-05, favorite_count = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952"
This data as json, CSV (advanced)
Suggested facets: display_text_range, retweet_count, favorited, retweeted, created_at (date)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1456665144696602628 | swyx 33521530 | 2021-11-05T16:50:08+00:00 | @ashconnor what do you want to know? i'll write somethign up | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [11, 60] | 1456661770584666125 | 1203031133228797952 | ashconnor | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1456679761434927104 | swyx 33521530 | 2021-11-05T17:48:13+00:00 | RT @swyx: I hereby declare December the World Don’t Release Anything Month so that we can catch up on everything everyone released in all o… | 1191822370237009922 1191822370237009922 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 34 | 0 | 0 | 1 | en | ||||||||||
1456682921620688902 | swyx 33521530 | 2021-11-05T18:00:47+00:00 | RT @alizauf: Tune in today at 2pm ET / 11am PT to hear @Rich_Harris and me talk with my dear old pal @jeanqasaur on #PLTalk about the journ… | 1456668099739111424 1456668099739111424 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 6 | 0 | 1 | 1 | en | ||||||||||
1456691453506113536 | swyx 33521530 | 2021-11-05T18:34:41+00:00 | RT @changelog: 🎉 New episode of The Changelog! 🎉 📌 Connecting the dots in public ✨ featuring @swyx 🎤 hosts @adamstac @jerodsanto 🗄️ #cultu… | 1456689893694976006 1456689893694976006 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 3 | 0 | 1 | 1 | en | ||||||||||
1456732557609897987 | swyx 33521530 | 2021-11-05T21:18:01+00:00 | @remix_run @leeerob @reactjs @Cloudflare @vercel Welp i can't DM...erm.. one of you ping me? 😅 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [49, 94] | 1456732444174946306 | 33521530 | swyx | 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]);