home / twitter

tweets

This is data scraped from swyx's timeline! See blog post

11 rows where "created_at" is on date 2021-12-02 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: display_text_range, retweet_count, favorite_count, favorited, retweeted, lang

created_at (date) 1 ✖

  • 2021-12-02 · 11 ✖
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
1466251630400061442 swyx 33521530 2021-12-02T03:43:24+00:00 RT @atomiksdev: Introducing Floating UI — a new, low-level JavaScript positioning library for floating elements like tooltips, popovers, an… 1466106700583243779 1466106700583243779     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             0 287 0 1 1   en  
1466267260469723136 swyx 33521530 2021-12-02T04:45:31+00:00 @supabase @DINOSAURPILEUP marry me       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [26, 34] 1466260449154920448 1219566488325017602 supabase       0 0 8 0 0   en  
1466267453411893251 swyx 33521530 2021-12-02T04:46:17+00:00 @cohix got a new iphone 13 pro max and am in love too. best phone ive ever had.       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [7, 79] 1466264006373556224 29052381 cohix       0 0 2 0 0   en  
1466268980558000130 swyx 33521530 2021-12-02T04:52:21+00:00 @jeremy_daly @dynamodb @houlihan_rick please take a meme photo with Rick with a ridiculous number of things stuffed on one table we can use that to power dynamodb meme fuel for the next year       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [38, 190] 1466252852813185028 25995622 jeremy_daly       0 0 9 0 0   en  
1466312826507563009 swyx 33521530 2021-12-02T07:46:35+00:00 @jkup @buildsghost @LilNasX you look like you might be a belieber       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [28, 65] 1466299174727651330 255634108 jkup       0 0 0 0 0   en  
1466324549146873860 swyx 33521530 2021-12-02T08:33:10+00:00 @MrSimonBennett hit record, figure out the rest as you go. you dont have to be NPR coming out the gate       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [16, 102] 1466304271843045386 25139922 MrSimonBennett       0 0 8 0 0   en  
1466500637382774787 swyx 33521530 2021-12-02T20:12:52+00:00 @jamonholmgren Github needs so much work to make monorepos remotely usable, hope someone is looking into it over there       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [15, 118] 1466438953288953857 30273948 jamonholmgren       0 0 6 0 0   en  
1466500763400630272 swyx 33521530 2021-12-02T20:13:22+00:00 @chantastic @sveltejs http://svelte.holiday when       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [22, 50] 1466481138763919361 12745092 chantastic       0 0 6 0 0 0 en  
1466501437127495680 swyx 33521530 2021-12-02T20:16:03+00:00 @ChaiWithJai @kentcdodds oh wow.. my talk is linked in Epic React?? that’s so cool :) i learned so much from Kent in my early days!       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [25, 131] 1466500331760758785 896059763129298953 ChaiWithJai       0 0 5 0 0   en  
1466548802886635524 swyx 33521530 2021-12-02T23:24:16+00:00 RT @jasonlaster11: Would you like to help scale the craziest backend I’ve ever seen? http://Replay.io's tech stack is TS, EC2, K8S,… 1466544085041233922 1466544085041233922     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             0 21 0 1 1 0 en  
1466203212977885189 swyx 33521530 2021-12-02T00:31:01+00:00 @statelyai https://twitter.com/swyx/status/1466203212977885189/photo/1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [10, 10] 1466069029966295041 1214951331942850562 statelyai       0 0 2 0 0 0 und  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 15800.211ms