tweets
7 rows where favorited = 0, retweet_count = 8 and retweeted = 0 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source, lang
created_at (date) 7 ✖
- 2021-08-13 1
- 2021-08-22 1
- 2021-08-29 1
- 2021-10-05 1
- 2021-10-21 1
- 2021-11-17 1
- 2021-12-21 1
user 3 ✖
- swyx 5
- Chanta Clause 🧑🎄 1
- 𝚂𝚆𝙸𝙽𝙳𝙻𝙴𝙳 1
quoted_status 0 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1426318522242588675 | Chanta Clause 🧑🎄 12745092 | 2021-08-13T23:03:30+00:00 | i’m on sveltejs hype | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 20] | 0 | 8 | 189 | 0 | 0 | da | |||||||||||
1429536652196651012 | swyx 33521530 | 2021-08-22T20:11:12+00:00 | forgot who said this: There are two schools of thought in tech vs humanity. The Zuckerberg school: “Done FOR you”, Algorithm is king, Data wins debate. The Jobs school: “Done WITH you”, Tech is a “bicycle for the mind”, Intuitiveness wins debate. I hope we remember the latter. | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 280] | 0 | 8 | 121 | 0 | 0 | en | |||||||||||
1431829714671476737 | 𝚂𝚆𝙸𝙽𝙳𝙻𝙴𝙳 877551680451162112 | 2021-08-29T04:03:00+00:00 | S05E09: The Scheme (Bernie Madoff) // A Wall Street tycoon's money management firm is revealed to be the world's largest Ponzi scheme. Listen: https://swindledpodcast.com/podcasts/season-5/69-the-scheme/ https://twitter.com/SwindledPodcast/status/1431829714671476737/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 167] | 0 | 8 | 65 | 0 | 0 | 0 | en | ||||||||||
1445252192877694983 | swyx 33521530 | 2021-10-05T04:59:08+00:00 | @jdan this is a fkin masterpiece. the circular pfp crop. the missing pfp in the second message. the inconsistent spacing. the missing timestamps. and ofc, the Pièce de résistance, that last line. Let's see Paul Allen's DMs. | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [6, 224] | 1445186388270452740 | 23481558 | jdan | 0 | 8 | 590 | 0 | 0 | en | ||||||||
1450992549141704704 | swyx 33521530 | 2021-10-21T01:09:16+00:00 | Devtools space is absolutely on fire. If you have a dream, and a credible plan, someone somewhere will pay you to do it full time, make you a paper millionaire, and you get a roll of the dice to make it reality. Can't imagine a better gig on Earth tbh. | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 254] | 0 | 8 | 275 | 0 | 0 | en | |||||||||||
1461043514641305600 | swyx 33521530 | 2021-11-17T18:48:13+00:00 | 🦄 @Netlify was the first unicorn I ever worked at in more ways than one: It remains the only company I've been at that has an active Alumni slack. I can ping old coworkers and it's like I never left. If you can build a strong culture, you can do anything. :netlilove: | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 271] | 0 | 8 | 354 | 0 | 0 | en | |||||||||||
1473218830210330627 | swyx 33521530 | 2021-12-21T09:08:34+00:00 | If Web3 merely stood for "yes we accept all cookies from now til the end of time" it would have been adopted yesterday | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 118] | 0 | 8 | 177 | 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]);