tweets
7 rows where "created_at" is on date 2021-09-30 and favorite_count = 1 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source, in_reply_to_screen_name
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1443449763555209218 | swyx 33521530 | 2021-09-30T05:36:56+00:00 | @kpk @jkup defaults matter bc people are lazy :) also fiat-crypto conversion is a nonzero cost it would be a no for both of you and thats ok! just wanted to see the year on year shift | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [11, 184] | 1443448951047217152 | 22915745 | kpk | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1443450015280615427 | swyx 33521530 | 2021-09-30T05:37:56+00:00 | @jcsrb oof. how much has that accountant cost you so far? | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [7, 57] | 1443449777027489792 | 35193525 | jcsrb | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1443473925304827906 | swyx 33521530 | 2021-09-30T07:12:56+00:00 | @geddski more reading to nerd snipe you :) https://twitter.com/swyx/status/1417165270641045505 | 1417165270641045505 1417165270641045505 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [9, 66] | 1443469847514402821 | 39607761 | geddski | 1 | 0 | 1 | 0 | 0 | 0 | en | ||||||
1443481783069073416 | swyx 33521530 | 2021-09-30T07:44:10+00:00 | @mxbck @css hence crowdsourcing blocklist! low tech but effective! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [12, 66] | 1443480312428777474 | 516438525 | mxbck | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1443597354322460676 | swyx 33521530 | 2021-09-30T15:23:24+00:00 | @venikunche @webflow @canva @Netlify @temporalio here’s my blogpost about it! https://twitter.com/swyx/status/1417165270641045505 | 1417165270641045505 1417165270641045505 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [49, 77] | 1443591935025942528 | 297102985 | venikunche | 1 | 0 | 1 | 0 | 0 | 0 | en | ||||||
1443598625867644938 | swyx 33521530 | 2021-09-30T15:28:27+00:00 | @venikunche @webflow @canva @Netlify @temporalio haha thank you! 😇 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [49, 66] | 1443598155308847116 | 297102985 | venikunche | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1443646751248814103 | swyx 33521530 | 2021-09-30T18:39:41+00:00 | @callum_codes @SlackHQ hmm seems isolated to my ISP then. Thank you for the feedback! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [23, 85] | 1443645014144323593 | 220711512 | callum_codes | 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]);