tweets
5 rows where "created_at" is on date 2021-11-04, favorite_count = 0, is_quote_status = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: in_reply_to_user_id, in_reply_to_screen_name, retweet_count, favorited, retweeted
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1456137169907564544 | swyx 33521530 | 2021-11-04T05:52:09+00:00 | RT @0xdoug: 10/ Behind every order is a thinking, breathing shark. A shark with mouths to feed and a mortgage to pay. A shark who's likely… | 1456032869135093760 1456032869135093760 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 139] | 0 | 63 | 0 | 1 | 1 | en | ||||||||||
1456139603019120647 | swyx 33521530 | 2021-11-04T06:01:49+00:00 | @ManishEarth do you study traditional script at all or no? bc even as someone who's done over a decade of chinese i am still intimidated by taiwanese text | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 154] | 1456122233475125250 | 105092655 | ManishEarth | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1456148217247125506 | swyx 33521530 | 2021-11-04T06:36:03+00:00 | @ManishEarth god damn you are taking this way more seriously than i ever did. wish i had your interest when i was ~12-15. wouldve made my life a lot easier haha. glad you are having so much fun with it! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 203] | 1456143343214219264 | 105092655 | ManishEarth | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1456156523881631748 | swyx 33521530 | 2021-11-04T07:09:04+00:00 | @AshaRangappa_ @AnandWrites @JamilSmith this right here was the best take, thank you for making me spit out my food 😹 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [40, 117] | 1454582759377145860 | 510464011 | AshaRangappa_ | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1456388798019878931 | swyx 33521530 | 2021-11-04T22:32:02+00:00 | RT @Coding_Career: Poll: Is it a good idea to look at open source contributions when hiring? No "it depends" - there's always pros and con… | 1456368848634986508 1456368848634986508 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 1 | 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]);