tweets
6 rows where "created_at" is on date 2021-09-21, is_quote_status = 0 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20"
This data as json, CSV (advanced)
Suggested facets: retweet_count, favorite_count, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1440216236680376327 | swyx 33521530 | 2021-09-21T07:28:03+00:00 | @noIPv6 give this user a serious answer award https://twitter.com/swyx/status/1440216236680376327/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [8, 45] | 1440131905014411265 | 1087814174019743745 | noIPv6 | 0 | 4 | 7 | 0 | 0 | 0 | en | |||||||
1440218424374796290 | swyx 33521530 | 2021-09-21T07:36:44+00:00 | @forrestbrazeal @QuinnyPig what does it mean to remember who you are though? i am logged in to multiple google accounts, but their URLs often assume my first account is the one i am using to view that URL despite not having permission. then i have to add a “/u/1” string somewhere in URL and pray it works | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [27, 307] | 1440031312589430788 | 3239330680 | forrestbrazeal | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1440222145661992970 | swyx 33521530 | 2021-09-21T07:51:32+00:00 | @erikras @mpocock1 wait did david actually show how to do this properly? because im now wondering how to represent tic-tac-toe in 5 states | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [19, 138] | 1440057535679975430 | 7618412 | erikras | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1440223410118795267 | swyx 33521530 | 2021-09-21T07:56:33+00:00 | @mpocock1 @erikras ah amazing!!! ty | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [19, 35] | 1440222500340658178 | 346640777 | mpocock1 | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1440233645080412168 | swyx 33521530 | 2021-09-21T08:37:13+00:00 | @AndaristRake @jmapping @typescript @replayio oh noooo :( was interested in seeing how Replay helped! as there’s some learning curve | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [46, 133] | 1440225630121979913 | 2587563212 | AndaristRake | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1440305079102238722 | swyx 33521530 | 2021-09-21T13:21:05+00:00 | @slouischarles yay!! speak soon! | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [15, 32] | 1440234649368682497 | 60773503 | slouischarles | 0 | 0 | 1 | 0 | 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]);