home / twitter

tweets

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

9 rows where "created_at" is on date 2021-11-03 and favorited = 1 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: user, retweet_count, favorite_count, created_at (date)

is_quote_status 1 ✖

  • 0 9

favorited 1 ✖

  • 1 · 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
1455799398613458946 swyx 33521530 2021-11-03T07:29:58+00:00 RT @grinich: 🚀 We're launching a podcast!🎙 Focused 20-minute interviews that distill advice and tactics from top SaaS founders on how to b… 1452762935210622976 1452762935210622976     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 140]             0 3 0 1 1   en  
1455911713069359110 Plasmic 1168003019620773888 2021-11-03T14:56:16+00:00 Plasmic is hiring a founding developer advocate 🥑 to help us grow our developer community: 🚀 https://www.plasmic.app/careers/founding-developer-advocate RTs and referrals are appreciated!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 153]             0 12 15 1 1 0 en  
1455934854298685442 swyx 33521530 2021-11-03T16:28:13+00:00 RT @plasmicapp: Plasmic is hiring a founding developer advocate 🥑 to help us grow our developer community: 🚀 https://www.plasmic.app/careers/founding-developer-advocate RTs… 1455911713069359110 1455911713069359110     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 139]             0 12 0 1 1 0 en  
1455955781317132295 Lucas Minter 1215752268160499712 2021-11-03T17:51:23+00:00 @swyx has inspired me to make a public commitment: Next Friday, I'm going to kick off a book club with friends. We are going to read the @Coding_Career Handbook. We will meet once a week over zoom to discuss our takeaways. If anyone wants to join, send me a dm.       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 264]   33521530 swyx       0 5 25 1 1   en  
1455957502697213956 swyx 33521530 2021-11-03T17:58:13+00:00 RT @LucasMinter2: @swyx has inspired me to make a public commitment: Next Friday, I'm going to kick off a book club with friends. We are g… 1455955781317132295 1455955781317132295     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 140]             0 5 0 1 1   en  
1455963895126888454 swyx 33521530 2021-11-03T18:23:37+00:00 RT @BCiechanowski: Curves and Surfaces – https://ciechanow.ski/curves-and-surfaces/ 1455569586653302785 1455569586653302785     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 64]             0 251 0 1 1 0 en  
1455992698242953219 Kyle Vogt 3349531 2021-11-03T20:18:04+00:00 1) Monday night was a night I’ll never forget. I’m still speechless. I got to take the first ride, by anyone, ever, in a *driverless* robotaxi on the streets of San Francisco. This was officially ride #1 for @Cruise. Full story and vids below. https://www.youtube.com/watch?v=dmvZBiWYkFQ       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 270]             0 902 4163 1 1 0 en  
1456030655876378624 swyx 33521530 2021-11-03T22:48:54+00:00 RT @kvogt: 1) Monday night was a night I’ll never forget. I’m still speechless. I got to take the first ride, by anyone, ever, in a *driver… 1455992698242953219 1455992698242953219     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             0 902 0 1 1   en  
1456032869135093760 Doug Colkitt (🐊,🐊) 1423817598618292225 2021-11-03T22:57:42+00:00 10/ Behind every order is a thinking, breathing shark. A shark with mouths to feed and a mortgage to pay. A shark who's likely smarter than you. Definitely more ruthless. You're swimming in shark-infested waters, treating apex predators like specks of geometric Brownian dust       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 277] 1456032867469963265 1423817598618292225 0xdoug       0 63 595 1 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 3088.692ms