tweets
8 rows where "created_at" is on date 2021-11-04, favorited = 0, retweet_count = 0 and retweeted = 0 sorted by lang
This data as json, CSV (advanced)
Suggested facets: in_reply_to_user_id, in_reply_to_screen_name, favorite_count
quoted_status 0 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1456089766349336580 | swyx 33521530 | 2021-11-04T02:43:47+00:00 | @josephflaherty haha THANK YOU. picked it up from @css tricks’ 2019ish redesign! | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [16, 80] | 1456078047501852680 | 15412900 | josephflaherty | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1456115851434684421 | swyx 33521530 | 2021-11-04T04:27:26+00:00 | @xjamundx ohhhhh wow yup that makes sense | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 41] | 1456109896961724416 | 119903601 | xjamundx | 0 | 0 | 2 | 0 | 0 | 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 | ||||||||
1456155939120160771 | swyx 33521530 | 2021-11-04T07:06:44+00:00 | @thedanigrant voted! great video and song choice :) | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [14, 51] | 1456155435967287304 | 480959060 | thedanigrant | 0 | 0 | 1 | 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 | ||||||||
1456160208963526661 | swyx 33521530 | 2021-11-04T07:23:42+00:00 | @supabase Flashing Libs Pg Digger Serverless Off the GIS | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 56] | 1456141666008453122 | 1219566488325017602 | supabase | 0 | 0 | 10 | 0 | 0 | en | ||||||||
1456330923113394176 | swyx 33521530 | 2021-11-04T18:42:04+00:00 | @mitchellbwright @nickgraynews @dev_invest_feed is NOTHING BUT NET | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [31, 66] | 1456320753599537152 | 75383035 | mitchellbwright | 0 | 0 | 2 | 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]);