home / twitter

tweets

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

10 rows where in_reply_to_user_id = 1903060381 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, is_quote_status, retweet_count, favorite_count, lang

created_at (date) 9 ✖

  • 2021-11-05 2
  • 2021-08-31 1
  • 2021-09-12 1
  • 2021-09-14 1
  • 2021-09-25 1
  • 2021-10-15 1
  • 2021-10-26 1
  • 2021-11-06 1
  • 2021-11-23 1

user 1 ✖

  • swyx 10

in_reply_to_user_id 1 ✖

  • 1903060381 · 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
1432636294555791362 swyx 33521530 2021-08-31T09:28:04+00:00 @tlakomy actually understanding charts like these and how much youre not doing! https://twitter.com/swyx/status/1423025792783568899   1423025792783568899 1423025792783568899   Twitter for iPad 574fe4fa937eeb131136f7e3678f32d4ff3078d5 0 [9, 79] 1432420643853713411 1903060381 tlakomy       1 0 5 0 0 0 en  
1436978827679387650 swyx 33521530 2021-09-12T09:03:44+00:00 @tlakomy @Airport_FRA same!! i feel like we already met before lol       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [22, 66] 1436974160434106370 1903060381 tlakomy       0 0 3 0 0   en  
1437814869504319491 swyx 33521530 2021-09-14T16:25:52+00:00 @tlakomy if your EDI persists for 4 hours or more, call a doctor       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [9, 64] 1437814357329682438 1903060381 tlakomy       0 0 15 0 0   en  
1449013954345259011 swyx 33521530 2021-10-15T14:07:02+00:00 @tlakomy you wouldnt want me to be familiar with your entire body       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 65] 1448978911422042118 1903060381 tlakomy       0 0 8 0 0   en  
1456498093931646982 swyx 33521530 2021-11-05T05:46:20+00:00 @tlakomy she made a great choice :) happy birthday!       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 51] 1456401342507933702 1903060381 tlakomy       0 0 2 0 0   en  
1456546969623543810 swyx 33521530 2021-11-05T09:00:33+00:00 @tlakomy nope :) kinda done with conferences this year (apart from @SvelteSociety)       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [9, 82] 1456535941313667075 1903060381 tlakomy       0 0 1 0 0   en  
1452794371317788672 swyx 33521530 2021-10-26T00:29:04+00:00 @tlakomy *cris in Svelte*       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 25] 1452722724602892293 1903060381 tlakomy       0 0 2 0 0   it  
1441578531641643008 swyx 33521530 2021-09-25T01:41:19+00:00 @tlakomy @mthenw @cloudashdev https://twitter.com/swyx/status/1423025792783568899?s=21   1423025792783568899 1423025792783568899   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [30, 53] 1441451260138319873 1903060381 tlakomy       1 0 3 0 0 0 und  
1456845353471254539 swyx 33521530 2021-11-06T04:46:13+00:00 @tlakomy bun3       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 13] 1456658561384292353 1903060381 tlakomy       0 0 7 0 0   und  
1463258218193305602 swyx 33521530 2021-11-23T21:28:39+00:00 @tlakomy @eggheadio jquery gRPC on GCP       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [20, 38] 1463257480566390788 1903060381 tlakomy       0 1 6 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 620.11ms