tweets
8 rows where retweet_count = 35 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source, display_text_range, favorite_count, favorited, retweeted
created_at (date) 6 ✖
- 2021-10-04 2
- 2021-11-17 2
- 2021-09-28 1
- 2021-10-05 1
- 2021-11-23 1
- 2021-12-23 1
user 4 ✖
- swyx 5
- Rich Harris 1
- OneGraph 1
- Svelte Society 🧡 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1442862057829765126 | Rich Harris 19487837 | 2021-09-28T14:41:36+00:00 | i will be sharing some ✨ o p i n i o n s ✨ about web development — MPAs, SPAs and other TLAs — at @jamstackconf next week https://jamstackconf.com/talk/c17544108e71/transitional-apps/ | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 146] | 0 | 35 | 343 | 0 | 1 | 0 | en | ||||||||||
1445044267508850695 | swyx 33521530 | 2021-10-04T15:12:55+00:00 | 🆕 post: Eating the Cloud from Outside In How do you compete with 3 clouds 50x your size? While they play Chess, @Cloudflare plays Go. https://www.swyx.io/cloudflare-go/ | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 160] | 0 | 35 | 151 | 0 | 1 | 0 | en | ||||||||||
1445127195509153798 | swyx 33521530 | 2021-10-04T20:42:27+00:00 | RT @swyx: 🆕 post: Eating the Cloud from Outside In How do you compete with 3 clouds 50x your size? While they play Chess, @Cloudflare pla… | 1445044267508850695 1445044267508850695 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 35 | 0 | 0 | 1 | en | ||||||||||
1445524267244785664 | swyx 33521530 | 2021-10-05T23:00:16+00:00 | RT @Rich_Harris: i will be sharing some ✨ o p i n i o n s ✨ about web development — MPAs, SPAs and other TLAs — at @jamstackconf next week… | 1442862057829765126 1442862057829765126 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 139] | 0 | 35 | 0 | 0 | 1 | en | ||||||||||
1460973352613388290 | OneGraph 881672363779149824 | 2021-11-17T14:09:25+00:00 | Some exciting news for us and our customers - OneGraph is joining @Netlify! We'll make building on and connecting APIs in the modern web delightful for millions of devs. And we're also launching our first integration, API Authentication! https://www.onegraph.com/blog/post/9/onegraph-is-joining-netlify https://twitter.com/onegraph/status/1460973352613388290/photo/1 | TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 | 0 | [0, 264] | 0 | 35 | 228 | 1 | 1 | 0 | en | ||||||||||
1461020846760214528 | swyx 33521530 | 2021-11-17T17:18:08+00:00 | RT @onegraph: Some exciting news for us and our customers - OneGraph is joining @Netlify! We'll make building on and connecting APIs in th… | 1460973352613388290 1460973352613388290 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 140] | 0 | 35 | 0 | 1 | 1 | en | ||||||||||
1463248727942971396 | Svelte Society 🧡 1176969867733479424 | 2021-11-23T20:50:57+00:00 | News: https://yourhome.fb.com uses @sveltejs! Thanks @celikovic for the tip 👀 https://twitter.com/SvelteSociety/status/1463248727942971396/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 78] | 0 | 35 | 303 | 0 | 0 | 0 | en | ||||||||||
1473889021718073347 | swyx 33521530 | 2021-12-23T05:31:40+00:00 | The best minds of my generation are throwing themselves into virtual currencies, virtual realities, and virtual machines. Are future historians going to look back on this time and wonder who was left building for the real world? | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 229] | 0 | 35 | 451 | 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]);