home / twitter

tweets

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

10 rows where favorited = 0 and in_reply_to_user_id = 14782048 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: display_text_range, is_quote_status, favorite_count, created_at (date)

created_at 10 ✖

  • 2021-08-03T06:51:34+00:00 1
  • 2021-08-04T05:52:27+00:00 1
  • 2021-08-09T22:29:57+00:00 1
  • 2021-08-12T06:35:43+00:00 1
  • 2021-08-16T07:23:19+00:00 1
  • 2021-08-27T05:39:06+00:00 1
  • 2021-09-18T01:56:43+00:00 1
  • 2021-09-25T03:33:00+00:00 1
  • 2021-09-25T20:42:39+00:00 1
  • 2021-10-15T14:00:56+00:00 1

source 2 ✖

  • Twitter for iPhone 8
  • Twitter Web App 2

in_reply_to_user_id 1 ✖

  • 14782048 · 10 ✖

favorited 1 ✖

  • - · 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
1422450052102967297 swyx 33521530 2021-08-03T06:51:34+00:00 @boop just checked yours out and uh.. wow i've been missing out haha. RIP fleets       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [6, 80] 1422448693962108929 14782048 boop       0 0 1 0 0   en  
1422797562235424770 swyx 33521530 2021-08-04T05:52:27+00:00 @boop @Duderichy 60-600 feral hogs 600000 tomatoes       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [17, 50] 1422652951152132097 14782048 boop       0 0 1 0 0   en  
1424860528631967751 swyx 33521530 2021-08-09T22:29:57+00:00 @boop men will literally angel invest instead of going to therapy       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [6, 65] 1424517653008240641 14782048 boop       0 0 0 0 0   en  
1425707553929908238 swyx 33521530 2021-08-12T06:35:43+00:00 @boop oh so you make product demo videos? Name a background musical instrument that isn't the ukelele       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [6, 101] 1425565963986952193 14782048 boop       0 0 19 0 0   en  
1427169083766702080 swyx 33521530 2021-08-16T07:23:19+00:00 @boop so they’re definitely using a bot right? this one has like no followers https://twitter.com/bigtechalert/status/1426918866052132870?s=21   1426918866052132870 1426918866052132870   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [6, 101] 1427044880094613506 14782048 boop       1 0 0 0 0 0 en  
1431129124236455937 swyx 33521530 2021-08-27T05:39:06+00:00 @boop unfortunately we do, in fact, live in a society       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [6, 53] 1430999290088890371 14782048 boop       0 0 6 0 0   en  
1439045689611218947 swyx 33521530 2021-09-18T01:56:43+00:00 @boop @paularambles honestly if naval quotes work as pickup lines i am booking the next flight out to Berlin no shame       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [20, 117] 1438951902515904512 14782048 boop       0 0 1 0 0   en  
1441606638075404288 swyx 33521530 2021-09-25T03:33:00+00:00 @boop @ariel_n if i animate scrolling down between your two profile pics its like watching one person bop back and forth       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [15, 120] 1441591451054325766 14782048 boop       0 0 1 0 0   en  
1441865756187234311 swyx 33521530 2021-09-25T20:42:39+00:00 @boop @roonmate …shit       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [16, 21] 1441860697588002818 14782048 boop       0 0 2 0 0   en  
1449012418621833227 swyx 33521530 2021-10-15T14:00:56+00:00 @boop seriously i JUST quit my AWS job in Feb and y’all are making me think i missed out on the crazy hot hiring market       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [6, 119] 1448829597764636675 14782048 boop       0 0 2 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 1237.059ms