tweets
6 rows where user = 19487837 sorted by lang
This data as json, CSV (advanced)
Suggested facets: is_quote_status, favorited, retweeted
created_at (date) 6 ✖
- 2021-08-10 1
- 2021-09-28 1
- 2021-10-08 1
- 2021-11-11 1
- 2021-11-15 1
- 2021-11-24 1
place 0 ✖
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1425099638491783183 | Rich Harris 19487837 | 2021-08-10T14:20:05+00:00 | god help me i wrote about alert() https://dev.to/richharris/stay-alert-d | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 57] | 0 | 309 | 1147 | 0 | 1 | 0 | en | ||||||||||
1442862057829765126 | Rich Harris 19487837 | 2021-09-28T14:41:36+00:00 | i will be sharing some ✨ o p i n i o n s ✨ about web development — MPAs, SPAs and other TLAs — at @jamstackconf next week https://jamstackconf.com/talk/c17544108e71/transitional-apps/ | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 146] | 0 | 35 | 343 | 0 | 1 | 0 | en | ||||||||||
1446601175197880325 | Rich Harris 19487837 | 2021-10-08T22:19:31+00:00 | i recorded a talk for https://jamstackconf.com — https://www.youtube.com/watch?v=860d8usGC0o — about whether you should build multi-page apps (MPAs) or single-page apps (SPAs). spoiler: the answer is 'neither'. or 'both', depending on your definitions. here's the condensed tweet thread version: | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 275] | 0 | 199 | 853 | 0 | 0 | 0 | en | ||||||||||
1458822051263823875 | Rich Harris 19487837 | 2021-11-11T15:40:55+00:00 | today is a big day for @sveltejs: i've joined @vercel to work on it full time! so happy about what this means for svelte's future. it'll be the same independent, pluralistic project as before, but with Vercel's backing we can get ✨ a m b i t i o u s ✨ https://vercel.com/blog/vercel-welcomes-rich-harris-creator-of-svelte | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 277] | 0 | 1088 | 9259 | 1 | 1 | 0 | en | ||||||||||
1460291937412521997 | Rich Harris 19487837 | 2021-11-15T17:01:43+00:00 | for the @brooklyn_js family, this is taking place at the event space right next to 61 local. this saturday, 12-4pm it's shaping up to be a fun event with good people and i can't wait to hang out with you all IRL https://twitter.com/SvelteSociety/status/1457844600236699648 | 1457844600236699648 1457844600236699648 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 237] | 1 | 11 | 62 | 1 | 1 | 0 | en | |||||||||
1463612706867630097 | Rich Harris 19487837 | 2021-11-24T20:57:16+00:00 | adding facebook to the "who uses svelte" list :) https://twitter.com/SvelteSociety/status/1463248727942971396 | 1463248727942971396 1463248727942971396 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 48] | 1 | 72 | 912 | 1 | 1 | 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]);