home / twitter

tweets

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

8 rows where "created_at" is on date 2021-09-12 and favorite_count = 0 sorted by lang descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: in_reply_to_screen_name, retweet_count, retweeted, lang

source 3 ✖

  • TweetDeck 4
  • Twitter for iPhone 3
  • Twitter Web App 1

favorite_count 1 ✖

  • - · 8 ✖

created_at (date) 1 ✖

  • 2021-09-12 · 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
1437105219662385155 swyx 33521530 2021-09-12T17:25:59+00:00 @SabrinaTjeng kiao ka lol       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [14, 25] 1437105076460351491 46562891 SabrinaTjeng       0 0 0 0 0   tl  
1436966057563013120 swyx 33521530 2021-09-12T08:13:00+00:00 @PCurell not exact answer but heres my research https://twitter.com/swyx/status/1239756967423467522   1239756967423467522 1239756967423467522   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 47] 1436731423663267843 375232562 PCurell       1 0 0 0 0 0 en  
1436982325909364736 swyx 33521530 2021-09-12T09:17:38+00:00 RT @CouchNish: A person called OwlKitty changed the Business Card scene from “American Psycho” to the guys showing each other pictures of t… 1436104144801067033 1436104144801067033     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             0 49409 0 0 1   en  
1437026369163124740 swyx 33521530 2021-09-12T12:12:39+00:00 @QuinnyPig @awscloud @AWScwoud this was an absolute mangled mess lmao https://twitter.com/awscwoud/status/1436520685778530307?s=21   1436520685778530307 1436520685778530307   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [31, 94] 1436524584681963522 97114171 QuinnyPig       1 0 0 0 0 0 en  
1437101077980123143 swyx 33521530 2021-09-12T17:09:31+00:00 @morsapaes aww thanks! wondering how you related to what I said? some personal story here?       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [11, 90] 1437095420010827777 955397748580372480 morsapaes       0 0 0 0 0   en  
1437116204846624772 swyx 33521530 2021-09-12T18:09:38+00:00 @preetster @reactjs whats wrong with web sockets? and yeah most the solutions i mention are community developed       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [20, 112] 1437114301647491073 16343912 preetster       0 0 0 0 0   en  
1437122451129896967 swyx 33521530 2021-09-12T18:34:27+00:00 @colinhacks @simonplend you could try @buttondown       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [24, 49] 1437121038182199305 888220718 colinhacks       0 0 0 0 0   en  
1437124949609783296 swyx 33521530 2021-09-12T18:44:23+00:00 @colinhacks @simonplend @buttondown if they dont take your feature request i may have to build my own buttondown clone someday (jk email is hard)       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [36, 145] 1437124714397372420 888220718 colinhacks       0 0 0 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 4393.118ms