home / twitter

tweets

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

3 rows where source = "e6528b505bcfd811fdd40ff2d46665dbccba2024" sorted by coordinates

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date)

retweeted 2 ✖

  • 0 2
  • 1 1

source 1 ✖

  • Twitter for Mac · 3 ✖
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
1433232024102387716 Kyle Russell 52247685 2021-09-02T00:55:17+00:00 I wrote a primer on the Loot project that everyone’s getting hyped about in the NFT scene Gimme the Loot! by @kylebrussell https://collisions.substack.com/p/gimme-the-loot?r=6y7j&utm_campaign=post&utm_medium=web&utm_source=twitter       Twitter for Mac e6528b505bcfd811fdd40ff2d46665dbccba2024 0 [0, 147]             0 138 762 0 1 0 en  
1439650247253233664 IM 16813044 2021-09-19T17:59:01+00:00 Well. Here comes Singapore. With one of the longest uninterrupted mask mandates in the world & 80+% of the entire population vaccinated, they’re nearing a new high in cases. Just think of how excited experts & politicians are to completely ignore this & push for more mandates! https://twitter.com/ianmSC/status/1439650247253233664/photo/1       Twitter for Mac e6528b505bcfd811fdd40ff2d46665dbccba2024 0 [0, 291]             0 2546 6715 0 0 0 en  
1443712206558871558 Sahil Bloom 312681953 2021-09-30T22:59:47+00:00 I was in the airport today in LA and overheard a TSA agent talking to his colleagues about Evergrande. Then he said he had read about it from some guy on Twitter named “Saheel” Bloom. I just smiled, grabbed my bag, and walked away. The internet is absolutely incredible.       Twitter for Mac e6528b505bcfd811fdd40ff2d46665dbccba2024 0 [0, 273]             0 127 4939 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 108.465ms