tweets
3 rows where display_text_range = "[0, 90]" sorted by lang
This data as json, CSV (advanced)
Suggested facets: user, is_quote_status, favorited, retweeted
created_at (date) 3 ✖
- 2021-10-06 1
- 2021-10-25 1
- 2021-12-11 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1445564661965807617 | Kristofer Baxter 14080437 | 2021-10-06T01:40:47+00:00 | Some of the best writing in our industry comes from @swyx. This is yet another great read. https://twitter.com/swyx/status/1445044267508850695 | 1445044267508850695 1445044267508850695 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 90] | 1 | 1 | 38 | 0 | 1 | 0 | en | |||||||||
1452464233996853249 | swyx 33521530 | 2021-10-25T02:37:13+00:00 | Read my latest: “[http://swyx.io] When You Stop Counting” https://www.getrevue.co/profile/swyx/archive/794799 | Revue e01d36c55a12ec4cf389049ec42665dce335b54e | 0 | [0, 90] | 0 | 2 | 37 | 0 | 0 | 0 | en | ||||||||||
1469574836162760704 | swyx 33521530 | 2021-12-11T07:48:38+00:00 | RT @deekaymotion: Curious about how I make animations? Watch this. https://twitter.com/deekaymotion/status/1468943525840449539/video/1 | 1468943525840449539 1468943525840449539 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 90] | 0 | 15952 | 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]);