home / twitter

tweets

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

5 rows where "created_at" is on date 2021-11-29, favorited = 0, is_quote_status = 1, retweet_count = 0 and retweeted = 0 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, in_reply_to_user_id, in_reply_to_screen_name, lang

quoted_status 4 ✖

  • 1326558340541939712 1
  • 1424951893864816644 1
  • 1439904418980237316 1
  • 1456706638010667012 1

retweeted 1 ✖

  • - · 5 ✖

retweet_count 1 ✖

  • - · 5 ✖

is_quote_status 1 ✖

  • 1 · 5 ✖

created_at (date) 1 ✖

  • 2021-11-29 · 5 ✖
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
1465248411167309826 swyx 33521530 2021-11-29T09:16:58+00:00 @xAMacDonaldx everyone should cultivate third hands. from every thesis and antithesis you can distil a synthesis. adding dimensions and understanding distributions are my favorite ways to do this. https://twitter.com/swyx/status/1424951893864816644   1424951893864816644 1424951893864816644   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [14, 221] 1465246836160139264 2420122942 xAMacDonaldx       1 0 2 0 0 0 en  
1465361058126647298 swyx 33521530 2021-11-29T16:44:36+00:00 The year is 2050. You are granted one tweet to send back in time to your 2021 self. What do you send? https://twitter.com/swyx/status/1439904418980237316   1439904418980237316 1439904418980237316   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 103] 1464873480654974981 33521530 swyx       1 0 9 0 0 0 en  
1465459566192193540 swyx 33521530 2021-11-29T23:16:02+00:00 @ggHopkins0 yes i also wrote about this https://twitter.com/swyx/status/1326558340541939712?s=21   1326558340541939712 1326558340541939712   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 63] 1465458271733497856 4314088457 ggHopkins0       1 0 0 0 0 0 en  
1465448848285835265 swyx 33521530 2021-11-29T22:33:26+00:00 Rich Harris vs Nouveau Riche Harris https://twitter.com/iltimasdoha/status/1462478790509182984       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 35] 1462141656916967426 33521530 swyx       1 0 15 0 0 0 fr  
1465445638724751365 swyx 33521530 2021-11-29T22:20:41+00:00 @iam_preethi https://twitter.com/swyx/status/1456706638010667012?s=21   1456706638010667012 1456706638010667012   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 36] 1465380610923540495 1478433775 iam_preethi       1 0 18 0 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 1618.011ms