home / twitter

tweets

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

10 rows where "created_at" is on date 2021-09-20 and favorite_count = 1 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: lang

is_quote_status 2 ✖

  • 0 8
  • 1 2

user 1 ✖

  • swyx 10

favorite_count 1 ✖

  • 1 · 10 ✖

created_at (date) 1 ✖

  • 2021-09-20 · 10 ✖
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
1439750306083004420 swyx 33521530 2021-09-20T00:36:36+00:00 @chrismunns clearly the average car washer just isn’t working hard enough       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 73] 1439742515519836160 16364966 chrismunns       0 0 1 0 0   en  
1439765391509573634 swyx 33521530 2021-09-20T01:36:33+00:00 @ananbatra @ListnrInc ooh just found it https://twitter.com/ananbatra/status/1433446615776313348   1433446615776313348 1433446615776313348   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [22, 63] 1439765227512369154 33521530 swyx       1 0 1 0 0 0 en  
1439768794218438663 swyx 33521530 2021-09-20T01:50:04+00:00 @itreverie full transcript here :) drive safe!! https://swyx.transistor.fm/episodes/weekend-drop-sunil-pai-react-and-the-meta-of-the-web       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [11, 71] 1439767238073016320 19169221 itreverie       0 0 1 0 0 0 en  
1439969308042571779 swyx 33521530 2021-09-20T15:06:51+00:00 @thdxr @GraphQL @remix_run @supabase @OrbitJS @jsonapi i'll throw in a mention :)       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [55, 81] 1439968165983817735 2870102861 thdxr       0 0 1 0 0   en  
1439979218394177537 swyx 33521530 2021-09-20T15:46:13+00:00 @BlakeTheDev @lexfridman @chriscoyier ooh i'd love that! esp since i'm kinda itching to start a website inspired by CSS Tricks... btw i've been on Shoptalk in case you wanted a quick fix! https://twitter.com/ShopTalkShow/status/1310623801869246472   1310623801869246472 1310623801869246472   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [38, 212] 1439978469857931269 3057306041 BlakeTheDev       1 0 1 0 0 0 en  
1439991176073867267 swyx 33521530 2021-09-20T16:33:44+00:00 @nikitabier @AlmostMedia imagine being a CAIA and missing out on Dr Patel’s letter soup       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [25, 87] 1439821194878849029 636513296 nikitabier       0 0 1 0 0   en  
1440054339481964551 swyx 33521530 2021-09-20T20:44:44+00:00 @_Arnoldho yay i'm glad you enjoyed it!!! thank you!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [11, 52] 1440052933555417092 1347260005460934657 _Arnoldho       0 0 1 0 0   en  
1440055246248574978 swyx 33521530 2021-09-20T20:48:20+00:00 @nwbotha very kind of you Nico :)       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [9, 33] 1440043514583085057 1214617221307207680 nwbotha       0 0 1 0 0   en  
1440068321773174788 swyx 33521530 2021-09-20T21:40:17+00:00 @elijahmanor @vscodetips @pomber @code pomber is a mad scientist wizard i tell you       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [39, 82] 1440036352876183555 9453872 elijahmanor       0 0 1 0 0   en  
1440055079109730306 swyx 33521530 2021-09-20T20:47:40+00:00 @dtraub https://www.amazon.com/Top-Five-Regrets-Dying-Transformed/dp/140194065X :)       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [8, 34] 1440043688604753936 15738946 dtraub       0 0 1 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 6793.699ms