home / twitter

tweets

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

6 rows where "created_at" is on date 2021-12-04 and is_quote_status = 1 sorted by lang descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: in_reply_to_user_id, in_reply_to_screen_name, retweet_count

source 2 ✖

  • Twitter for iPhone 5
  • Twitter Web App 1

created_at (date) 1 ✖

  • 2021-12-04 · 6 ✖
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
1466992594731163651 swyx 33521530 2021-12-04T04:47:44+00:00 @simonswiss i knkw exactlu how this feels https://twitter.com/swyx/status/1255515906953719808?s=21   1255515906953719808 1255515906953719808   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 65] 1466701537099485187 70713547 simonswiss       1 0 2 0 0 0 en  
1466995061498204160 swyx 33521530 2021-12-04T04:57:32+00:00 @seldo 1. drop in vacation adjusted Slack volume 2. zero demands/requests/volunteering for big projects 3. referrals https://twitter.com/swyx/status/1197199873331757056?s=21   1197199873331757056 1197199873331757056   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [7, 140] 1466953929866891266 15453 seldo       1 0 7 0 0 0 en  
1466995709811453954 swyx 33521530 2021-12-04T05:00:07+00:00 @seldo longform https://twitter.com/danabrit/status/1394332453892984835   1394332453892984835 1394332453892984835   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [7, 15] 1466995061498204160 33521530 swyx       1 0 3 0 0 0 en  
1466996913153007617 swyx 33521530 2021-12-04T05:04:54+00:00 Relay compiler has been completely rewritten in Rust. “TL;DR: The main goal was drastically improve the speed of the build step.” https://twitter.com/RelayFramework/status/1466875921818861577   1466875921818861577 1466875921818861577   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 130] 1458910483176517632 33521530 swyx       1 1 11 0 0 0 en  
1467001291893194753 swyx 33521530 2021-12-04T05:22:18+00:00 Both @Cloudflare and @Supabase are pioneering a new playbook in launch week marketing — absolutely gobsmacking to watch. Turning followers into fans by creating buzz for devtools launches as intensely as appointment television. The moat: eng + product have to align! https://twitter.com/kiwicopple/status/1466801873373986819   1466801873373986819 1466801873373986819   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 268]             1 6 99 0 0 0 en  
1467254739255513088 swyx 33521530 2021-12-04T22:09:24+00:00 @mikekelly85 @simonvc @temporalio hi! I work at Temporal. k8s is just a deployment strategy, we don't require it. we have 2-3 person startups running us in production (https://twitter.com/swyx/status/1453477956160868358). The internals are complex but the exposed API is simple. like every framework! https://twitter.com/rauchg/status/1316808667925082112   1316808667925082112 1316808667925082112   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [34, 297] 1467178065348468736 15151905 mikekelly85       1 0 1 0 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 2970.597ms