home / twitter

tweets

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

7 rows where "created_at" is on date 2021-08-02, source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" and user = 33521530 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: in_reply_to_screen_name, retweet_count

in_reply_to_user_id 4 ✖

  • 33521530 2
  • 17496447 1
  • 40663578 1
  • 1158897613 1

lang 2 ✖

  • en 6
  • it 1

is_quote_status 2 ✖

  • 0 6
  • 1 1

user 1 ✖

  • swyx · 7 ✖

created_at (date) 1 ✖

  • 2021-08-02 · 7 ✖
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
1422036816564166661 swyx 33521530 2021-08-02T03:29:31+00:00 @willklein_ @Nutlope @kevmodrome @jkup re: release adoption - they all look like this wyd https://twitter.com/swyx/status/1422036816564166661/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [39, 90] 1420139597112037379 17496447 willklein_       0 0 1 0 0 0 en  
1422041713187586048 swyx 33521530 2021-08-02T03:48:59+00:00 Open secret many content creators don't appreciate: Your content has a half life and the average varies by platform. My estimates: Twitter: 1-24 hours YouTube: Weeks-Months Blog: Years Your luck surface area grows as a factor of your still-relevant content. Create accordingly.       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 280]             0 7 168 0 0   en  
1422043347011600386 swyx 33521530 2021-08-02T03:55:28+00:00 some updates on HN infra — pretty much the same details https://news.ycombinator.com/item?id=26469566 - still one production server & one failover, in same DC - no longer using Cloudflare - 6m requests a day       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 191] 1377394233225572355 33521530 swyx       0 0 8 0 0 0 en  
1422237279762849800 swyx 33521530 2021-08-02T16:46:06+00:00 @monicalent @stephsmithio whooo congrats Monica!!! the best kind of milestone: a sustainable one!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [26, 97] 1422196029680766976 1158897613 monicalent       0 0 6 0 0   en  
1422264774327300097 swyx 33521530 2021-08-02T18:35:21+00:00 July 2021: 136k views, 33k uniques Much better month due to two big posts: - My New Mac Setup: https://twitter.com/swyx/status/1412175450579767296 - Why Temporal: https://twitter.com/swyx/status/1417165270641045505 Still one external article pending publish but another in draft. https://twitter.com/swyx/status/1422264774327300097/photo/1   1417165270641045505 1417165270641045505   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 225] 1411987359017574402 33521530 swyx       1 0 3 0 0 0 en  
1422286558070116359 swyx 33521530 2021-08-02T20:01:54+00:00 Got a 6 figure acquisition offer for @Coding_Career it just automated @IndieHackers email spam (they have no idea it's a book lol) but its nice to be reminded that its still selling decently after 13 months — thats even before v2.0 Infoproducts > SaaS for beginner creators https://twitter.com/swyx/status/1422286558070116359/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 279]             0 0 37 0 0 0 en  
1422237396096012289 swyx 33521530 2021-08-02T16:46:33+00:00 @sebastienlorber buttondown       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [17, 27] 1422236579951697933 40663578 sebastienlorber       0 0 4 0 0   it  

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 2034.69ms