home / twitter

tweets

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

5 rows where "created_at" is on date 2021-09-29 and retweeted = 1 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: user, display_text_range, retweet_count, favorite_count

created_at 5 ✖

  • 2021-09-29T01:34:37+00:00 1
  • 2021-09-29T02:54:57+00:00 1
  • 2021-09-29T17:40:32+00:00 1
  • 2021-09-29T20:28:51+00:00 1
  • 2021-09-29T21:05:09+00:00 1

source 2 ✖

  • Twitter Web App 4
  • Twitter for iPhone 1

retweeted 1 ✖

  • 1 · 5 ✖

favorited 1 ✖

  • 0 5

created_at (date) 1 ✖

  • 2021-09-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
1443026395832127496 𝚍𝚊𝚛𝚔𝚜𝚝𝚊𝚛 256053691 2021-09-29T01:34:37+00:00 6 months of @darkstardao. 12 essays on Web3. In order-- March 1, 2021: A New Media Structure: The Ownership Economy by @jarroddicker @Flynnjamm @patrickxrivera https://darkstar.mirror.xyz/srmoGiN_1pg_toQGzCupkjWFOaf8xi0mM60zYpn_pwI /1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 192]             0 23 122 0 1 0 en  
1443046610963865601 swyx 33521530 2021-09-29T02:54:57+00:00 RT @jarroddicker: 6 months of @darkstardao. 12 essays on Web3. In order-- March 1, 2021: A New Media Structure: The Ownership Economy b… 1443026395832127496 1443026395832127496     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             0 23 0 0 1   en  
1443269476464664584 Gleb Posobin in NYC, let's meet! 227724772 2021-09-29T17:40:32+00:00 (3/6) @ampie_app surfaces the connections to you as you browse. It's a powerful sidebar for the browser: go to any page, and if there are connections for it, the sidebar will peek out on the right side. Like this: https://twitter.com/posobin/status/1443269476464664584/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 213] 1443269466486362113 227724772 posobin       0 7 34 0 1 0 en  
1443311835629895686 Kevin Kwok 169791252 2021-09-29T20:28:51+00:00 New essay up. Narrative Distillation - modern IPO env is about owning marketing, not pricing - increasing impt of narrative leverage as accounting too backwards facing - product market fit as one facet of narrative distillation - founder led narratives https://kwokchain.com/2021/09/29/narrative-distillation-1/       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 278]             0 57 394 0 1 0 en  
1443320968684785664 swyx 33521530 2021-09-29T21:05:09+00:00 RT @posobin: (3/6) @ampie_app surfaces the connections to you as you browse. It's a powerful sidebar for the browser: go to any page, and i… 1443269476464664584 1443269476464664584     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 140]             0 7 0 0 1   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 3596.387ms