home / twitter

tweets

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

8 rows where "created_at" is on date 2021-11-16, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: in_reply_to_user_id, in_reply_to_screen_name, retweet_count, favorite_count, lang

user 4 ✖

  • swyx 5
  • Ron Au 🦆 1
  • Ken Kunz 1
  • Budibase 1

source 1 ✖

  • Twitter Web App · 8 ✖

is_quote_status 1 ✖

  • - · 8 ✖

created_at (date) 1 ✖

  • 2021-11-16 · 8 ✖
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
1460403317343850500 swyx 33521530 2021-11-16T00:24:18+00:00 @NHeinDev web3 is my backup plan       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [10, 32] 1460401882942353417 1333059155154907138 NHeinDev       0 0 6 0 0   en  
1460405005626662912 swyx 33521530 2021-11-16T00:31:01+00:00 @veritasium Fantastic followup video breaking down YouTube's shifting incentives and the virality formula that it has led to. The combination of Watch Time + CTR is *nonlinear* in the result. https://www.youtube.com/watch?v=fHsa9DqmId8 https://twitter.com/swyx/status/1460405005626662912/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [12, 216] 1436628297039982592 33521530 swyx       0 0 6 0 0 0 en  
1460489833160142848 swyx 33521530 2021-11-16T06:08:05+00:00 @YairDev @JoshWComeau @csswizardry's article changed the way i think about margins forever: https://csswizardry.com/2012/06/single-direction-margin-declarations/ knowing about collapse is good, but having rules so that you dont even think about it 99% of the time can be better (altho i like layout components too)       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [22, 268] 1459780398741864448 1297737445404966913 YairDev       0 1 7 0 0 0 en  
1460519255573766147 Budibase 1040931421022560256 2021-11-16T08:05:00+00:00 Budibase is live on @ProductHunt 🥳 We've also released a new promo video which you can watch on our Product Hunt post 🎉 Check us out: https://www.producthunt.com/posts/budibase       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 161]             0 23 82 0 0 0 en  
1460539625613631488 swyx 33521530 2021-11-16T09:25:56+00:00 @budibase @sveltejs this video is super potato quality, i'm going to redo this tomorrow morning, sorry for that. anyway just check out the proper video on producthunt: https://www.producthunt.com/posts/budibase       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [20, 193] 1460536626560438273 33521530 swyx       0 0 12 0 0 0 en  
1460615911132463107 Ron Au 🦆 18333169 2021-11-16T14:29:04+00:00 We have 10 wonderful speakers lined up and our first talk is by Lucas Smith, Staff Design Technologist at Reddit! @volanStudio will be sharing how to make your productivity survive context-switching 🙏 Check out all the talks, speakers and times here: https://redditweb.dev/schedule       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 275] 1460615909211447306 18333169 ronvoluted       0 0 3 0 0 0 en  
1460725443133415424 Ken Kunz 113376737 2021-11-16T21:44:19+00:00 Less than 4 days 'til #SvelteSummit! Reply if you'd like to meet up in Chicago 🏙 for a viewing party 🍕🍺. https://youtu.be/1Df-9EKvZr0       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 128]             0 0 4 0 0 0 en  
1460742353509961734 swyx 33521530 2021-11-16T22:51:31+00:00 @__jrm_filipe https://www.washingtonpost.com/business/2021/11/10/cpi-inflation-october/       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [14, 37] 1460741925078810624 416590894 __jrm_filipe       0 0 5 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 4496.529ms