tweets
6 rows where "created_at" is on date 2021-12-12 and favorite_count = 0 sorted by lang
This data as json, CSV (advanced)
Suggested facets: in_reply_to_user_id, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1469833115082182657 | swyx 33521530 | 2021-12-12T00:54:57+00:00 | @daork @QuinnyPig it starts out innocuous, like this (exact text edited to protect the vendor while we figure this out). 6 devs * 19 = $114. we happily paid for some addons. past the 7 dev mark you get the sales email with the $3k ask. cant share more details beyond that sorry https://twitter.com/swyx/status/1469833115082182657/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [18, 282] | 1469805821768830977 | 29548595 | daork | 0 | 0 | 0 | 0 | 0 | 0 | en | |||||||
1469866582432116738 | swyx 33521530 | 2021-12-12T03:07:56+00:00 | @kevinmarks i just realized i probably deleted that page so its just a redirect. new one is here https://publish.obsidian.md/swyx/R+-+Investing+%26+Ideas/Twyx+App | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [12, 120] | 1469865329715290120 | 57203 | kevinmarks | 0 | 0 | 0 | 0 | 0 | 0 | en | |||||||
1469868713620901890 | swyx 33521530 | 2021-12-12T03:16:24+00:00 | @kevinmarks except reach #1 feature of any social platform is the people regularly on it, not the features | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [12, 107] | 1469867180732919808 | 57203 | kevinmarks | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1469903216313716737 | swyx 33521530 | 2021-12-12T05:33:30+00:00 | @xdg @Tailscale nice 😊 what will you use home server for? | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [16, 57] | 1469877758469808133 | 20618252 | xdg | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1470150543658029059 | swyx 33521530 | 2021-12-12T21:56:18+00:00 | @devongovett OOH. might actually buy this | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [13, 41] | 1470149196015710209 | 15687937 | devongovett | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1470155017692667906 | swyx 33521530 | 2021-12-12T22:14:05+00:00 | @EliFitch whaaat those are still going around? | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 46] | 1470154218698850310 | 347889458 | EliFitch | 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]);