home / twitter

tweets

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

9 rows where "created_at" is on date 2021-08-31 and favorite_count = 1 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: in_reply_to_screen_name, is_quote_status, retweet_count

user 1 ✖

  • swyx 9

retweeted 1 ✖

  • 0 9

favorite_count 1 ✖

  • 1 · 9 ✖

created_at (date) 1 ✖

  • 2021-08-31 · 9 ✖
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
1432533906360729603 swyx 33521530 2021-08-31T02:41:13+00:00 @bcomnes YES HAI https://twitter.com/swyx/status/1361712610593316866?s=20   1361712610593316866 1361712610593316866   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [9, 40] 1432533753121935360 2149850018 bcomnes       1 0 1 0 0 0 en  
1432537201405878273 swyx 33521530 2021-08-31T02:54:18+00:00 @bcomnes oh man why you make me choose 😹 i read these books literally 2 years apart, i cant compare them! i guess go with 50 lessons cos its newer and plus the book is genuinely a work of art. they both cover approx similar expertise range so cant really go wrong, its more about style       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [9, 286] 1432534764028940296 2149850018 bcomnes       0 0 1 0 0   en  
1432739257978818567 swyx 33521530 2021-08-31T16:17:12+00:00 @kamalhm @KennethCassel yoga mat works ok, its just not designed to support standing human weight for a long time. i had a folded yoga mat before i had a fatigue mat       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [24, 165] 1432737995329720320 574349200 kamalhm       0 0 1 0 0   en  
1432744748289183749 swyx 33521530 2021-08-31T16:39:01+00:00 @Prateek_theDev oh yay! that is the goal!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [16, 41] 1432742651422552064 1135710292392972289 Prateek_theDev       0 0 1 0 0   en  
1432801885375721472 swyx 33521530 2021-08-31T20:26:04+00:00 @xdg @jdrumgoole happy to!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [17, 26] 1432801098658684929 20618252 xdg       0 0 1 0 0   en  
1432842590827671554 swyx 33521530 2021-08-31T23:07:49+00:00 @lilyraynyc what do we know so far about this update? is there a summary post that i can catch up on? first i am hearing about this 😅 (non SEO here)       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 148] 1432841869646512131 29074075 lilyraynyc       0 0 1 0 0   en  
1432848155129704449 swyx 33521530 2021-08-31T23:29:55+00:00 @zkwentz aye. distribution vs product isnt an either or, good enough distribution has just so many biz models (ads, consulting, courses, workshops) that you can do while you develop a product (that in fact gives you an unfair advantage and unique insights)       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 256] 1432847359722000385 378393952 zkwentz       0 0 1 0 0   en  
1432848411418529797 swyx 33521530 2021-08-31T23:30:56+00:00 @zkwentz counter point - v few agencies/service companies ever ACTUALLY successfully transition to product, there seems to be an insurmountable cultural shift needed. see Heptio: https://www.listennotes.com/podcasts/the-swyx-mixtape/the-origin-of-kubernetes-and-UI2E4z3BaVu/       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 202] 1432848155129704449 33521530 swyx       0 2 1 0 0 0 en  
1432801930175156226 swyx 33521530 2021-08-31T20:26:14+00:00 @acemarke bro       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [10, 13] 1432801733802070025 727704217012604928 acemarke       0 0 1 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 7114.405ms