tweets
6 rows where "created_at" is on date 2021-11-22 and favorite_count = 1 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1462686111075946498 | swyx 33521530 | 2021-11-22T07:35:18+00:00 | @jsjoeio try custom transitions https://twitter.com/lihautan/status/1330495319440842754?s=21 | 1330495319440842754 1330495319440842754 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [9, 56] | 1462564521935917057 | 1567529924 | jsjoeio | 1 | 0 | 1 | 0 | 0 | 0 | en | ||||||
1462816519327416320 | swyx 33521530 | 2021-11-22T16:13:30+00:00 | @afzalsayed96 @faisal_sayed05 @ProductHunt @usetwacc i dont like PH sorry | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [53, 73] | 1462815768379158528 | 2988420307 | afzalsayed96 | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1462847286770237444 | swyx 33521530 | 2021-11-22T18:15:46+00:00 | @AByteOfCodeAlex very nice elaboration! you totally get it 🤜 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [17, 60] | 1462844012126109699 | 1455586383901331462 | AByteOfCodeAlex | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1462861718497808385 | swyx 33521530 | 2021-11-22T19:13:07+00:00 | @danestves @tailwindcss yeah i DONT want to repeat all those breakpoints.. i just want to universally turn off one of their decisions in a oneliner | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [24, 147] | 1462861165147607044 | 554765148 | danestves | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1462865062708662273 | swyx 33521530 | 2021-11-22T19:26:24+00:00 | @adamwathan @tailwindcss maybe an ALL section in the config that supercedes values for all breakpoints? make it easy to turn individual decisions off without repeating? | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [25, 168] | 1462863626461663235 | 716933677 | adamwathan | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1462918162660290560 | swyx 33521530 | 2021-11-22T22:57:24+00:00 | @calcsam @temporalio log scale, i like it we're also measuring our active clusters on log scale | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [21, 96] | 1462904683006103554 | 788059556 | calcsam | 0 | 0 | 1 | 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]);