home / twitter

tweets

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

7 rows where favorite_count = 22 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_quote_status, retweet_count, favorited

created_at (date) 7 ✖

  • 2021-07-28 1
  • 2021-08-04 1
  • 2021-08-27 1
  • 2021-09-05 1
  • 2021-09-13 1
  • 2021-10-14 1
  • 2021-10-22 1

user 1 ✖

  • swyx 7

source 1 ✖

  • Twitter for iPhone · 7 ✖

retweeted 1 ✖

  • 0 7

favorite_count 1 ✖

  • 22 · 7 ✖
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
1420174513824620546 swyx 33521530 2021-07-28T00:09:24+00:00 @monicalimco look at my blog analytics lol       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 42] 1419848153428234248 1265436714136297473 monicalimco       0 0 22 0 0   en  
1422818721349857284 swyx 33521530 2021-08-04T07:16:32+00:00 @Rich_Harris @ctjlewis let us see the list of features that didnt make the cut!!!       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [23, 81] 1422754771941928962 19487837 Rich_Harris       0 0 22 0 0   en  
1431046098223779844 swyx 33521530 2021-08-27T00:09:12+00:00 What amazes me about Streamyard is that it wasn’t… *great*. The onscreen graphics were limited and the streaming wasn’t high quality. But it was easier to use than OBS, and scaled fine thru the pandemic. I hope both founders made $100m, and I hope someone makes a competitor! https://twitter.com/nathanbarry/status/1430995711575793667   1430995711575793667 1430995711575793667   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 277]             1 2 22 0 0 0 en  
1434495642198478851 swyx 33521530 2021-09-05T12:36:27+00:00 @markdalgleish @adamwathan i am just here celebrating the return of spicy Mark       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [27, 78] 1434468300902129664 257765996 markdalgleish       0 0 22 0 0   en  
1437409496981250049 swyx 33521530 2021-09-13T13:35:04+00:00 @dan_abramov entropy! harder to reconstruct than to destroy.       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 60] 1437408595927310341 70345946 dan_abramov       0 0 22 0 0   en  
1448762327029878787 swyx 33521530 2021-10-14T21:27:10+00:00 @cherthedev they constructed a GUI interface using Visual Basic to track their IP address, whats the problem https://twitter.com/swyx/status/1448762327029878787/photo/1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 108] 1448744830541066258 15790639 cherthedev       0 0 22 0 0 0 en  
1451412869065547777 swyx 33521530 2021-10-22T04:59:28+00:00 how many vacation days have you taken this year?       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 48]             0 2 22 1 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 3682.725ms