tweets
5 rows where is_quote_status = 0, retweet_count = 17 and user = 33521530
This data as json, CSV (advanced)
Suggested facets: source, display_text_range, favorite_count, favorited, retweeted
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 | ||||||||||
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 | ||||||||||
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]);