tweets
9 rows where favorite_count = 20 and retweet_count = 0 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source, lang
created_at (date) 9 ✖
- 2021-08-17 1
- 2021-09-11 1
- 2021-09-23 1
- 2021-10-02 1
- 2021-10-11 1
- 2021-11-07 1
- 2021-11-12 1
- 2021-12-06 1
- 2021-12-18 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1427664421308878853 | swyx 33521530 | 2021-08-17T16:11:37+00:00 | @flybayer @ThePracticalDev if Hacker News was overrun with "10 Free Tools that Will Save You 10 Hours a Week!!" listicles | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [27, 121] | 1427655238652137475 | 2826554209 | flybayer | 0 | 0 | 20 | 0 | 0 | en | ||||||||
1436671026797027339 | swyx 33521530 | 2021-09-11T12:40:39+00:00 | @peer_rich @vercel @awscloud haaave you met @begin? open source, deploy on your account or theirs. http://begin.com | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [29, 122] | 1436624637828509698 | 1004742187 | peer_rich | 0 | 0 | 20 | 0 | 0 | 0 | en | |||||||
1441072640094056453 | swyx 33521530 | 2021-09-23T16:11:05+00:00 | @Rich_Harris 12 is for Java developers | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 38] | 1441055193634848768 | 19487837 | Rich_Harris | 0 | 0 | 20 | 0 | 0 | en | ||||||||
1447467193214529536 | swyx 33521530 | 2021-10-11T07:40:46+00:00 | PSA: @Steve_Yegge (he of Stevey’s Platforms Rant fame, if you read it you know it) has a new Youtube Podcast! https://youtube.com/playlist?list=PLZfuUWMTtMcC1DZF6HxJhqsGrBXu8Jzi7 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 134] | 0 | 0 | 20 | 0 | 0 | 0 | en | ||||||||||
1457493259647782912 | swyx 33521530 | 2021-11-07T23:40:46+00:00 | sidenote: the "science educators" community must have a "Real Book" of these fun quick demos because i see them all the time, i think the dev advocate community should take a leaf from the science (and jazz) community | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 217] | 1457445123462090759 | 33521530 | swyx | 0 | 0 | 20 | 0 | 0 | en | ||||||||
1459010407939538948 | swyx 33521530 | 2021-11-12T04:09:23+00:00 | I'll be presenting @React_India in ~15mins! https://www.reactindia.io/ There's live Q&A on Airmeet: https://www.airmeet.com/e/12485930-4052-11ec-91f0-3123059ae50c and Livestream on YouTube: https://www.youtube.com/watch?v=fhfR8xDQrO0 Lets go 🚀 https://twitter.com/swyx/status/1459010407939538948/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 188] | 0 | 0 | 20 | 0 | 0 | 0 | en | ||||||||||
1467772165466431492 | swyx 33521530 | 2021-12-06T08:25:28+00:00 | Was going thru my old 2010-2014 laptop and realized there was no way to play anything at >1x speed back then. A decade later and I chafe at my 1.5x Netflix, blast through podcasts at 2x, and VCs discuss how to find 10x developers. We’ve been frogs, and the water’s come to boil. | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 283] | 0 | 0 | 20 | 0 | 0 | en | |||||||||||
1472034757588537345 | swyx 33521530 | 2021-12-18T02:43:29+00:00 | @steph_dietz_ *strapping on body armor before wading into the replies* | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [14, 70] | 1471884080061067272 | 1120689659036807174 | steph_dietz_ | 0 | 0 | 20 | 0 | 0 | en | ||||||||
1444368743576981504 | swyx 33521530 | 2021-10-02T18:28:38+00:00 | @supabase supabase is gganbu | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 28] | 1444304980211421191 | 1219566488325017602 | supabase | 0 | 0 | 20 | 0 | 0 | tl |
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]);