tweets
5 rows where retweet_count = 15 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by coordinates
This data as json, CSV (advanced)
Suggested facets: user, favorited, retweeted, created_at (date)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1351931174424231936 | swyx 33521530 | 2021-01-20T16:34:44+00:00 | 🆕 Post: The Meta-Creator Ceiling https://www.swyx.io/meta-creator-ceiling/ Don't play games you don't want to win. | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 99] | 0 | 15 | 121 | 0 | 0 | 0 | en | ||||||||||
1427709213287981056 | swyx 33521530 | 2021-08-17T19:09:36+00:00 | This is an incredible landing page: https://imba.io/ Huge congrats to @sindreaars and the entire @scrimba team 👏🏽 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 121] | 0 | 15 | 118 | 0 | 0 | 0 | en | ||||||||||
1444726528395210756 | swyx 33521530 | 2021-10-03T18:10:20+00:00 | 🔥 Excited to share my podcast with @mhevery today! We talked: - @BuilderIO & Headless CMSes - @adamdbradley's Partytown - @QwikDev and *resumable* frameworks - Lessons from a decade of @Angular - Metabolic Health Full 1.5 hr chat with live demos here! https://youtu.be/T3K_DrgLPXM | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 281] | 0 | 15 | 52 | 0 | 1 | 0 | en | ||||||||||
1461052708400549891 | Webflow 403930194 | 2021-11-17T19:24:45+00:00 | We still have chills from this keynote. We are so excited for the next chapter of no-code. If you missed it, watch it here: https://youtu.be/kUqGBxcmhAA | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 148] | 0 | 15 | 114 | 0 | 0 | 0 | en | ||||||||||
1470489155725578262 | Arthur Wu 🍊 2477624389 | 2021-12-13T20:21:49+00:00 | What makes Gmail performant is different than what makes Instagram performant. In "Application Holotypes", @_developit made a starting taxonomy of web app types and good architecture traits for each one. Many cite it as an impt read, and I've made it more visual 🧵: https://twitter.com/arthurwuhoo/status/1470489155725578262/video/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 269] | 0 | 15 | 69 | 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]);