tweets
4 rows where favorite_count = 55 sorted by lang
This data as json, CSV (advanced)
Suggested facets: favorited
created_at (date) 4 ✖
- 2020-11-22 1
- 2021-07-31 1
- 2021-10-11 1
- 2021-11-08 1
user 2 ✖
- swyx 3
- Svelte Society 🧡 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1330608936660025344 | swyx 33521530 | 2020-11-22T20:27:46+00:00 | To fellow indie hackers: Stripe Checkout is awesome. A Stripe-hosted UI they optimize for you with i18n and PCI and receipts etc done for you. I moved @Coding_Career from @Podia to Stripe + @CircleApp (for fulfillment) in 2hrs. Conversion went up ~20%. Can't believe it's free. https://twitter.com/JasonSwett/status/1328710087402156032 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 279] | 1 | 4 | 55 | 0 | 0 | 0 | en | ||||||||||
1421507359285805061 | swyx 33521530 | 2021-07-31T16:25:39+00:00 | Just finished #SpiderManPS5: Miles Morales. This game is still a work of art. Stealth elements from Batman, Parkour from Assassin’s Creed, and the exaggerated swagger of a black teen. https://twitter.com/swyx/status/1421507359285805061/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 183] | 0 | 0 | 55 | 0 | 0 | 0 | en | ||||||||||
1447389381384282112 | swyx 33521530 | 2021-10-11T02:31:34+00:00 | This is an excellent read from @hosseeb and clearly articulates the problem with “we’re X, but decentralized” startups. Lots of first principles here: https://haseebq.com/why-decentralization-isnt-as-important-as-you-think/ The fact that it comes from a card carrying member of the community makes this impossible to dismiss. https://twitter.com/swyx/status/1447389381384282112/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 278] | 0 | 6 | 55 | 0 | 0 | 0 | en | ||||||||||
1457844600236699648 | Svelte Society 🧡 1176969867733479424 | 2021-11-08T22:56:52+00:00 | 🗽 NYC/East Coast Svelte Fans! You are invited to the NYC #SvelteSummit party IRL with @Rich_Harris and @swyx! 20 Nov 12-4pm in Brooklyn, doors open at 11am BYO refreshments, boardgames, and hack projects! https://lu.ma/sveltenyc | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 231] | 0 | 18 | 55 | 1 | 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]);