tweets
6 rows where "created_at" is on date 2021-08-11, favorite_count = 0, is_quote_status = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: user
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1425560858353049601 | rita ❄️ 232076816 | 2021-08-11T20:52:48+00:00 | @swyx so i was totally wrong, and we do support that. TIL! thanks @_AlbertZhao for helping me figure it out! i present to you: third wednesday // last day of the month 👇 https://twitter.com/ritakozlov_/status/1425560858353049601/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [6, 171] | 1425253637979181061 | 33521530 | swyx | 0 | 0 | 0 | 0 | 0 | 0 | en | |||||||
1425561725877637121 | swyx 33521530 | 2021-08-11T20:56:15+00:00 | @ritakozlov_ @_AlbertZhao well look at that! i missed the L/W additions. awesome! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [26, 81] | 1425560858353049601 | 232076816 | ritakozlov_ | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1425563097679372288 | swyx 33521530 | 2021-08-11T21:01:42+00:00 | @jbrancha @jessmartin @sidekiq yea exactly which was a bit of a surprise. is this the canonical one people use? https://github.com/ondrejbartas/sidekiq-cron | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [31, 135] | 1425234729708761090 | 190881605 | jbrancha | 0 | 0 | 0 | 0 | 0 | 0 | en | |||||||
1425567956205932544 | swyx 33521530 | 2021-08-11T21:21:01+00:00 | @Qovery_ could be anything :) am designing general scheduled workflows api | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [9, 74] | 1425425327271071750 | 1179771784691888131 | Qovery_ | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1425567990553055232 | swyx 33521530 | 2021-08-11T21:21:09+00:00 | @fishnets88 nice work! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [12, 22] | 1425370475891408901 | 326295039 | fishnets88 | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1425568426798456832 | swyx 33521530 | 2021-08-11T21:22:53+00:00 | @DylanSather thank you very much! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 33] | 1425232441862615044 | 991182838455140354 | DylanSather | 0 | 0 | 0 | 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]);