tweets
4 rows where favorite_count = 57 sorted by lang
This data as json, CSV (advanced)
created_at (date) 4 ✖
- 2020-11-12 1
- 2021-10-18 1
- 2021-11-19 1
- 2021-11-20 1
source 2 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1326786181447766019 | swyx 33521530 | 2020-11-12T07:17:30+00:00 | Java has been consistently falling in adoption from the most popular language in the world in the 2000s to falling under Python for the first time this year. https://www.tiobe.com/tiobe-index/ Wondering if by 2030 it might someday fall below C#. https://twitter.com/swyx/status/1326786181447766019/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 236] | 0 | 5 | 57 | 0 | 0 | 0 | en | ||||||||||
1449936591183433732 | swyx 33521530 | 2021-10-18T03:13:16+00:00 | @elyktrix wonder why https://twitter.com/swyx/status/1449936591183433732/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 20] | 1449935251317276673 | 223739217 | elyktrix | 0 | 1 | 57 | 0 | 0 | 0 | en | |||||||
1461730930897219584 | swyx 33521530 | 2021-11-19T16:19:46+00:00 | As a creator it is *so nice* to get encouraging comments on past work. Love that YouTube constantly surfaces my videos, despite *zero* promotion of it here on Twitter & negligible algorithm-optimising from me. I’ve been dabbling in YT for 3 years and think its time to step it up https://twitter.com/swyx/status/1461730930897219584/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 284] | 0 | 0 | 57 | 0 | 0 | 0 | en | ||||||||||
1461898243294515205 | swyx 33521530 | 2021-11-20T03:24:36+00:00 | Preemptive apologies for @SvelteSociety taking over Tech Twitter tomorrow, the excitement is off the charts 🧡 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 109] | 0 | 2 | 57 | 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]);