tweets
5 rows where "created_at" is on date 2021-10-29 and possibly_sensitive = 0 sorted by lang
This data as json, CSV (advanced)
Suggested facets: is_quote_status, retweet_count, favorited, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1453895441569837059 | swyx 33521530 | 2021-10-29T01:24:19+00:00 | RIP @Facebook’s twitter account 🔒 https://twitter.com/swyx/status/1453895441569837059/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 33] | 0 | 0 | 32 | 0 | 0 | 0 | en | ||||||||||
1453900479071543305 | swyx 33521530 | 2021-10-29T01:44:21+00:00 | @danielbayerlein @kentcdodds @angular fun fact... she grew up and she is lovely! https://www.youtube.com/watch?v=zB2FEttIoTg | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [38, 104] | 1453790386464374790 | 58160689 | danielbayerlein | 0 | 0 | 3 | 0 | 0 | 0 | en | |||||||
1454092772177235972 | Cloudflare Developers 300637864 | 2021-10-29T14:28:27+00:00 | me in 2020 vs me in 2021 https://twitter.com/CloudflareDev/status/1454092772177235972/photo/1 | TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 | 0 | [0, 24] | 0 | 58 | 583 | 0 | 0 | 0 | en | ||||||||||
1454103068841156609 | Supabase 1219566488325017602 | 2021-10-29T15:09:22+00:00 | We're excited to announce that we just raised $30m Series A funding 🙂 Led by Coatue, with participation from some of the best operators in the game 👁️⚡️👁️ Check out our blog post - breaking down the numbers behind the round and whats next for us 👇👇👇 https://supabase.io/blog/2021/10/28/supabase-series-a | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 276] | 0 | 61 | 695 | 1 | 1 | 0 | en | ||||||||||
1454211652002353158 | swyx 33521530 | 2021-10-29T22:20:50+00:00 | Just had a wonderful coaching call with Cristina, strongly recommend for startup folks who may be at an inflection in your career (if you can find a slot 😅) (read up on her before you do: https://www.linkedin.com/in/cristinajcordova/) https://twitter.com/cjc/status/1432467587095359489 | 1432467587095359489 1432467587095359489 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 213] | 1 | 0 | 8 | 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]);