home / twitter

tweets

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

8 rows where favorite_count = 17, is_quote_status = 0 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: retweet_count

created_at (date) 8 ✖

  • 2021-09-05 1
  • 2021-09-15 1
  • 2021-09-22 1
  • 2021-09-24 1
  • 2021-10-15 1
  • 2021-10-28 1
  • 2021-11-16 1
  • 2021-11-25 1

source 1 ✖

  • Twitter for iPhone · 8 ✖

favorited 1 ✖

  • 0 8

favorite_count 1 ✖

  • 17 · 8 ✖
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
1434388834087800832 swyx 33521530 2021-09-05T05:32:02+00:00 Always bet on text: “The breadth, scale and depth of ways people use text is unmatched by anything. There is no equivalent in any other technology… Nothing else comes close.” https://graydon2.dreamwidth.org/193447.html       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 200]             0 1 17 0 0 0 en  
1437994181226602496 swyx 33521530 2021-09-15T04:18:24+00:00 @mjackson @dan esp notable that the current M1s dont support 2 external displays, just 1… so may be worth waiting for the future MBP for that       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [15, 141] 1437956847235784707 734903 mjackson       0 0 17 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  
1441533645223694339 swyx 33521530 2021-09-24T22:42:58+00:00 @flybayer damn you taking @Flightcontrolhq literally huh       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [10, 56] 1441531298032541698 2826554209 flybayer       0 0 17 0 0   en  
1448894109716922373 swyx 33521530 2021-10-15T06:10:49+00:00 @ASpittel ALI HAVE YOU TRIED `GH PR CHECKOUT` IT IS AMAZING       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [10, 59] 1448752696371015681 3092104835 ASpittel       0 0 17 0 0   en  
1453585223594041351 swyx 33521530 2021-10-28T04:51:38+00:00 just found out Garry blocked me :( this was our last interaction…which he retweeted so i think he was ok with it? people can block or mute however they want, and i try not to care. but it hurts a little when its someone i look up to and i dont know what i did :(       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 264] 1394440978199506947 33521530 swyx       0 1 17 0 0   en  
1460548511917764611 swyx 33521530 2021-11-16T10:01:15+00:00 @preetster @TwitterBlue twitter eng interview: design distributed system in 30 minutes twitter eng job: take 3 years to add folders to bookmarks, another 3 years for search       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [24, 173] 1460477334079737858 16343912 preetster       0 0 17 0 0   en  
1463764094788378626 swyx 33521530 2021-11-25T06:58:50+00:00 @brianleroux senator i cant define it but i know it when i see it       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 65] 1463575554674741251 676363 brianleroux       0 0 17 0 0   en  

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 2188.26ms