tweets
5 rows where display_text_range = "[0, 68]" sorted by lang
This data as json, CSV (advanced)
Suggested facets: user, source, retweet_count, favorited, retweeted
created_at (date) 5 ✖
- 2021-10-01 1
- 2021-11-03 1
- 2021-12-07 1
- 2021-12-09 1
- 2021-12-14 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1444024564921638917 | Amanda Bail 228764995 | 2021-10-01T19:40:59+00:00 | I love this kid. She’s got it absolutely figured out. Emma aged 8 ❤️ https://twitter.com/1scrummymummy/status/1444024564921638917/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 68] | 0 | 20929 | 191117 | 0 | 1 | 0 | en | ||||||||||
1456024072052215814 | swyx 33521530 | 2021-11-03T22:22:45+00:00 | #NewProfilePic thanks to @samjulien at the @cascadiajs @auth0 booth! https://twitter.com/swyx/status/1456024072052215814/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 68] | 0 | 4 | 29 | 0 | 0 | 0 | en | ||||||||||
1468312602761592834 | swyx 33521530 | 2021-12-07T20:12:59+00:00 | Twitter acquiring Smyte in 2018 vs Twitter acquiring Quill in 2021 https://twitter.com/swyx/status/1468312602761592834/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 68] | 0 | 3 | 33 | 0 | 0 | 0 | en | ||||||||||
1469025856878268416 | swyx 33521530 | 2021-12-09T19:27:12+00:00 | gave this talk again thanks to @giorgio_boa! https://twitter.com/italian_coders/status/1468996525653209094?s=20 | 1468996525653209094 1468996525653209094 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 68] | 1442647414326714370 | 33521530 | swyx | 1 | 3 | 3 | 0 | 0 | 0 | en | ||||||
1470613731071696896 | Dan 70345946 | 2021-12-14T04:36:50+00:00 | a hundred things i learned working on the react team @threadapalooza | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 68] | 0 | 852 | 3516 | 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]);