tweets
5 rows where retweet_count = 8 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by coordinates
This data as json, CSV (advanced)
Suggested facets: display_text_range, favorite_count, favorited, retweeted, created_at (date)
user 3 ✖
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 | |||||||||||
1435258964242059268 | Ives van Hoorne 153524496 | 2021-09-07T15:09:37+00:00 | It's still pretty crazy that for a normal devenv you have the linter, typechecker, editor and bundler all generating the same ASTs for the same code. That's a LOT of double work, a very good point from @swyx in his talk. I can't wait for tools like Rome to consolidate this. https://twitter.com/CompuIves/status/1435258964242059268/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 275] | 0 | 8 | 147 | 0 | 1 | 0 | en | ||||||||||
1439920494967459843 | swyx 33521530 | 2021-09-20T11:52:53+00:00 | RT @ethansooo: The Coding Career Handbook by @swyx has been such a great resource for coders at the beginning of their journey such as myse… | 1281842370602889216 1281842370602889216 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 140] | 0 | 8 | 0 | 0 | 1 | en | ||||||||||
1474222541191499779 | swyx 33521530 | 2021-12-24T03:36:58+00:00 | RT @swyx: Updating @KentBeck's law of Software Development: Make it work Make it right Make it fast Make it low-code* *configurable, exte… | 1474082755550257152 1474082755550257152 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 140] | 0 | 8 | 0 | 1 | 1 | 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]);