tweets
4 rows where "created_at" is on date 2021-08-20, favorite_count = 0 and user = 33521530 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source, display_text_range, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1428567896033095686 | swyx 33521530 | 2021-08-20T04:01:42+00:00 | RT @ShitUserStory: As a… – remote worker I want to… – give facebook access to four cameras strapped to my head so that… – I can simulate an… | 1428470276426289161 1428470276426289161 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 140] | 0 | 1136 | 0 | 0 | 1 | en | ||||||||||
1428582154800275458 | swyx 33521530 | 2021-08-20T04:58:22+00:00 | RT @react_india: 🚨Nominate Speakers 🚨 If you know someone who has something great to talk about, nominate them. Join @GantLaborde @swyx… | 1428580204088373252 1428580204088373252 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 140] | 0 | 3 | 0 | 0 | 1 | en | ||||||||||
1428788274772934657 | swyx 33521530 | 2021-08-20T18:37:24+00:00 | @ZackArgyle wowww teach me your ways 🙇♂️ | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [12, 41] | 1428493964575862791 | 2543854682 | ZackArgyle | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1428835224658452486 | swyx 33521530 | 2021-08-20T21:43:58+00:00 | @chrislpenner trust me i quote Lexi on an almost weekly basis. but pple dont even do validation and parsing has lower value for dynamically typed langs | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [14, 151] | 1428833730240593932 | 520714982 | chrislpenner | 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]);