tweets
7 rows where "created_at" is on date 2021-12-11, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: in_reply_to_user_id, in_reply_to_screen_name, favorite_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1469466996848824322 | swyx 33521530 | 2021-12-11T00:40:08+00:00 | (The sheer ambition/pace of the @vite_js ecosystem just put this thought in my head, i havent really thought it through, and ofc i hugely respect both teams) The competition is heating up, ultimately users will win. Frankly this is the most exciting time to be in JS devtools! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 277] | 1469466620812619776 | 33521530 | swyx | 0 | 0 | 41 | 0 | 0 | en | ||||||||
1469469209864269825 | swyx 33521530 | 2021-12-11T00:48:55+00:00 | also if your build tool has >4 letters or >1 syllable you are clearly NGMI | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 80] | 1469466996848824322 | 33521530 | swyx | 0 | 1 | 17 | 0 | 0 | en | ||||||||
1469471113033891844 | swyx 33521530 | 2021-12-11T00:56:29+00:00 | @brianmcc @vite_js just twitter friends | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [19, 39] | 1469470541362913285 | 1502 | brianmcc | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1469600495962517504 | swyx 33521530 | 2021-12-11T09:30:36+00:00 | @Deveshb15 thanks Devesh! honestly I'm watching my own talk now and am kinda impressed by it haha. i think that was my max React power, what fun days back then :) | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [11, 162] | 1469596522803126278 | 2895414703 | Deveshb15 | 0 | 0 | 3 | 0 | 0 | en | ||||||||
1469611498976595969 | swyx 33521530 | 2021-12-11T10:14:20+00:00 | @nikhilshisode haha thank you. why are a bunch of people pinging me about it today? did someone mention it in some newsletter or something? | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [15, 139] | 1469611149742145542 | 3184015729 | nikhilshisode | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1469612074665869317 | swyx 33521530 | 2021-12-11T10:16:37+00:00 | @nikhilshisode #SEO | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [15, 19] | 1469612012061659136 | 3184015729 | nikhilshisode | 0 | 0 | 1 | 0 | 0 | und | ||||||||
1469727686826160128 | swyx 33521530 | 2021-12-11T17:56:01+00:00 | @nickytonline @tanoaksam 🔥 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [25, 26] | 1469716799306489863 | 425485945 | nickytonline | 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]);