tweets
4 rows where "created_at" is on date 2021-08-09 and favorite_count = 0 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1424606536878366720 | swyx 33521530 | 2021-08-09T05:40:40+00:00 | @benmlevy being specific on the startup would help as i have no idea what it is… | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 80] | 1409691967332646917 | 192452506 | benmlevy | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1424617565758791681 | swyx 33521530 | 2021-08-09T06:24:30+00:00 | RT @KatiHartwig: My seat mate on my flight is a 6 year old little girl who started our trip with “I’m going to talk to you randomly so you… | 1423999597031088130 1423999597031088130 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 139] | 0 | 30787 | 0 | 0 | 1 | en | ||||||||||
1424860528631967751 | swyx 33521530 | 2021-08-09T22:29:57+00:00 | @boop men will literally angel invest instead of going to therapy | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [6, 65] | 1424517653008240641 | 14782048 | boop | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1424877493652135937 | swyx 33521530 | 2021-08-09T23:37:22+00:00 | @JemYoung wow this is an awesome initiative, kudos whoever worked on this! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 74] | 1424876961587896322 | 959539956 | JemYoung | 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]);