home / twitter

tweets

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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_quote_status, retweet_count

user 1 ✖

  • swyx 4

retweeted 1 ✖

  • 0 4

favorite_count 1 ✖

  • 1 · 4 ✖

created_at (date) 1 ✖

  • 2021-11-10 · 4 ✖
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
1458222966760624128 swyx 33521530 2021-11-10T00:00:22+00:00 @jdan @TwitterBlue @stripe stripe checkout, not all stripe       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [27, 58] 1458222162595225600 23481558 jdan       0 0 1 0 0   en  
1458501680601784323 swyx 33521530 2021-11-10T18:27:52+00:00 @jbrancha haha this was my original @temporalio pitch to @kentcdodds, fast forward ~3 months and we still havent done it yet but its coming (it was a bad pitch.. mocking time is only a small part of what we do, but i thought it was a good idea at the time)       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [10, 257] 1458497441876090884 190881605 jbrancha       0 0 1 0 0   en  
1458556310396420109 swyx 33521530 2021-11-10T22:04:57+00:00 @philnash @TwitterBlue @stripe v1s are often like that. i wasn't expecting to be blown away and indeed i found quite a few bugs. and have already unsubscribed. but it was worth the $3 just to poke around and have an informed opinion       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [31, 232] 1458554607148232712 9152632 philnash       0 0 1 0 0   en  
1458556941316149251 swyx 33521530 2021-11-10T22:07:28+00:00 @chadwhitacre_ @getsentry congrats!! what does "head of open source" entail at Sentry? i enjoyed this perspective on the job from @cdibona recently: https://twitter.com/cdibona/status/1457887975115612164   1457887975115612164 1457887975115612164   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [26, 172] 1458553600104411147 34175404 chadwhitacre_       1 1 1 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 1808.085ms