tweets
8 rows where "created_at" is on date 2021-09-22, retweeted = 0 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang
This data as json, CSV (advanced)
Suggested facets: in_reply_to_user_id, in_reply_to_screen_name, is_quote_status, retweet_count, lang
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1440513594207059983 | swyx 33521530 | 2021-09-22T03:09:38+00:00 | If you started a company right now where the entire pitch deck was “something something devtools” and the 🤷♂️ emoji for a logo, you’d probably be able to raise a $5m seed | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 171] | 0 | 7 | 282 | 0 | 0 | en | |||||||||||
1440514869715898376 | swyx 33521530 | 2021-09-22T03:14:43+00:00 | @TrungTPhan damn son is there such a thing as a QT ratio cuz you got ratioed hard https://twitter.com/i_zzzzzz/status/1440053089822601216?s=21 | 1440053089822601216 1440053089822601216 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [12, 105] | 1403475948477976577 | 945817135816654848 | TrungTPhan | 1 | 0 | 4 | 0 | 0 | 0 | en | ||||||
1440545613267955712 | swyx 33521530 | 2021-09-22T05:16:52+00:00 | @daniel_levine 😝 im so unprepared i am still looking for a solution that is looking for a problem | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [15, 97] | 1440534305436946437 | 14989226 | daniel_levine | 0 | 0 | 9 | 0 | 0 | en | ||||||||
1440557824203919367 | swyx 33521530 | 2021-09-22T06:05:24+00:00 | behold my elevator pitch https://twitter.com/swyx/status/1426672482975551490 | 1426672482975551490 1426672482975551490 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 26] | 1440513594207059983 | 33521530 | swyx | 1 | 0 | 35 | 0 | 0 | 0 | en | ||||||
1440797518749601803 | swyx 33521530 | 2021-09-22T21:57:51+00:00 | Quite a few questions on Smart Servers so far. Coincidentally @chris_mccord just published about their path to Phoenix Liveview, which is worth a look for what the Smart Server paradigm can do https://fly.io/blog/how-we-got-to-liveview/ amazing scoop for @flydotio in hiring him!! | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 262] | 1439966955570618376 | 33521530 | swyx | 0 | 0 | 14 | 0 | 0 | 0 | en | |||||||
1440801054967287812 | swyx 33521530 | 2021-09-22T22:11:54+00:00 | @geddski join @SvelteSociety you know you want to | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [9, 51] | 1440762195223089164 | 39607761 | geddski | 0 | 0 | 17 | 0 | 0 | en | ||||||||
1440801558996738052 | swyx 33521530 | 2021-09-22T22:13:55+00:00 | @Netlify @ascorbic whats the ruling on whether we are calling it DPR or DSG? any thoughts on how to reduce jargon overload? | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [19, 123] | 1440772641778921474 | 2571501973 | Netlify | 0 | 0 | 3 | 0 | 0 | en | ||||||||
1440561141688659970 | swyx 33521530 | 2021-09-22T06:18:35+00:00 | @robhope ❤️ | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [9, 11] | 1440245518513278976 | 14931736 | robhope | 0 | 0 | 1 | 0 | 0 | und |
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]);