tweets
5 rows where display_text_range = "[0, 152]", lang = "en" and user = 33521530
This data as json, CSV (advanced)
Suggested facets: retweet_count, favorite_count, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1427141503743193089 | swyx 33521530 | 2021-08-16T05:33:44+00:00 | I think this is where I plug my soundcloud Gals: https://www.youtube.com/watch?v=PaghIdSJKvQ Guys: https://www.youtube.com/watch?v=9V7nQrtMQEw early 2010s collegehumor was best collegehumor | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 152] | 1426711010291847170 | 33521530 | swyx | 0 | 0 | 5 | 0 | 0 | 0 | en | |||||||
1432122467707805700 | swyx 33521530 | 2021-08-29T23:26:18+00:00 | Preview of next blogpost: The Self-Provisioning Runtime! Sending out to subscribers tonight: https://swyx.io/subscribe Looking forward to your comments! https://twitter.com/swyx/status/1432122467707805700/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 152] | 0 | 1 | 23 | 0 | 0 | 0 | en | ||||||||||
1441524053659947013 | swyx 33521530 | 2021-09-24T22:04:51+00:00 | Developers will literally tweet about how they have 25 years experience and still spent 4 hours chasing down an errant semicolon instead of moving to FP | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 152] | 1422811409683914752 | 33521530 | swyx | 0 | 0 | 5 | 0 | 0 | en | ||||||||
1455808489415057415 | swyx 33521530 | 2021-11-03T08:06:06+00:00 | 12am-1am is my peak productivity time, I am blasting thru emails and todo items rn, shoutout to all you late night hustlers who are seeing this realtime | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 152] | 0 | 1 | 94 | 0 | 0 | en | |||||||||||
1462850627801731072 | swyx 33521530 | 2021-11-22T18:29:02+00:00 | RT @AByteOfCodeAlex: How I apply @swyx's priority list: Systems > Goals Discipline > Motivation Trust > Distrust Principles > Tactics Writi… | 1462843985970425857 1462843985970425857 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 152] | 0 | 6 | 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]);