tweets
8 rows where retweet_count = 17 sorted by lang
This data as json, CSV (advanced)
Suggested facets: display_text_range, favorite_count, favorited, retweeted
created_at (date) 7 ✖
- 2021-12-24 2
- 2020-03-17 1
- 2021-07-20 1
- 2021-09-27 1
- 2021-10-06 1
- 2021-10-08 1
- 2021-10-16 1
user 4 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1239756967423467522 | swyx 33521530 | 2020-03-17T03:34:29+00:00 | ✍️Every Web Performance Test Tool Here is every Web Performance Test Tool I know of to help identify issues in your site/get you some key speed metrics. https://www.swyx.io/writing/webperf-tests | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 178] | 0 | 17 | 78 | 0 | 0 | 0 | en | ||||||||||
1417613624466571267 | swyx 33521530 | 2021-07-20T22:33:20+00:00 | Levels of Node.js mastery: Newbie: node callbacks don't scare you Expert: node_modules don't scare you God: node-gyp doesn't scare you | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 135] | 0 | 17 | 302 | 0 | 0 | en | |||||||||||
1442528022385479682 | swyx 33521530 | 2021-09-27T16:34:16+00:00 | God bless people who leave this kind of @GitHub comment, you know who you are https://twitter.com/swyx/status/1442528022385479682/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 77] | 0 | 17 | 477 | 0 | 0 | 0 | en | ||||||||||
1445765439993171972 | FlutterFlow 1321124881182851072 | 2021-10-06T14:58:36+00:00 | FlutterFlow 2.0 is live on ProductHunt! We showcase what's now possible to build with FlutterFlow as we approach our 1 year birthday 🎂. Check it out! Thank you to our users for all the support and constant feedback which helps us improve💜 https://www.producthunt.com/posts/flutterflow-2-0 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 265] | 0 | 17 | 98 | 0 | 0 | 0 | en | ||||||||||
1446525397508657155 | Will Larson 2330381 | 2021-10-08T17:18:24+00:00 | Systems thinking is my fav thinking tool, but many of my largest reasoning errors stemmed from surface use ("here's an intuitive mental model") while skipping the details ("comparing outputs of an explicit model against real behavior"). Some lessons! https://lethain.com/how-to-safely-think-in-systems/ | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 275] | 0 | 17 | 99 | 0 | 1 | 0 | en | ||||||||||
1449459553733541888 | swyx 33521530 | 2021-10-16T19:37:41+00:00 | RT @Lethain: Systems thinking is my fav thinking tool, but many of my largest reasoning errors stemmed from surface use ("here's an intuiti… | 1446525397508657155 1446525397508657155 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 17 | 0 | 0 | 1 | en | ||||||||||
1474316991645245441 | Gwen (Chen) Shapira 9462812 | 2021-12-24T09:52:16+00:00 | “Your North Star metric is ‘monthly active developers’”. https://pocket.co/xhme3G @swyx is laying down the law for DevRel. Love the bold clarity. | Twitter for iPad 574fe4fa937eeb131136f7e3678f32d4ff3078d5 | 0 | [0, 146] | 0 | 17 | 84 | 1 | 1 | 0 | en | ||||||||||
1474324452234072064 | swyx 33521530 | 2021-12-24T10:21:55+00:00 | RT @gwenshap: “Your North Star metric is ‘monthly active developers’”. https://pocket.co/xhme3G @swyx is laying down the law for DevRel. L… | 1474316991645245441 1474316991645245441 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 140] | 0 | 17 | 0 | 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]);