home / twitter

tweets

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

6 rows where favorite_count = 31 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_quote_status, retweet_count, favorited

created_at (date) 6 ✖

  • 2021-07-30 1
  • 2021-09-06 1
  • 2021-10-05 1
  • 2021-11-17 1
  • 2021-12-09 1
  • 2021-12-10 1

user 3 ✖

  • swyx 4
  • rita ❄️ 1
  • Svelte Society 🧡 1

retweeted 2 ✖

  • 0 4
  • 1 2

source 1 ✖

  • Twitter for iPhone · 6 ✖

favorite_count 1 ✖

  • 31 · 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
1421190477571710978 swyx 33521530 2021-07-30T19:26:28+00:00 this is incredible to watch. I thought that Flippa/Empire Flippers had cornered this sleepy market, but Andrew is shaking it up with his infectious energy and focus. Building a credible “Zestimate for SaaS” is going to set this thing on 🔥 https://twitter.com/agazdecki/status/1421069160973434880   1421069160973434880 1421069160973434880   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 239]             1 2 31 0 0 0 en  
1434966467909402629 swyx 33521530 2021-09-06T19:47:20+00:00 i go through big crashes in confidence with my writing so comments like these really make my day 😊 for those who want more tips on writing process, I have a little trilogy! starting with Mise en Place Writing: https://twitter.com/swyx/status/1241858255195865090 https://twitter.com/swyx/status/1434966467909402629/photo/1   1241858255195865090 1241858255195865090   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 235]             1 1 31 0 0 0 en  
1445533835945414662 rita ❄️ 232076816 2021-10-05T23:38:17+00:00 A+ write up from @swyx. the great thing about “from the outside in” metaphor is that it works figuratively and literally — cloudflare, by sitting in front of the cloud allows customers to gradually shift their workloads from the centralized cloud to the edge https://twitter.com/swyx/status/1445044267508850695   1445044267508850695 1445044267508850695 San Francisco 5a110d312052166f Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 259]             1 3 31 0 1 0 en  
1460785448876331010 Svelte Society 🧡 1176969867733479424 2021-11-17T01:42:45+00:00 Svelte Summit viewing parties are springing up all over! Organize here or on Discord! NYC 🗽 @swyx Mainz 🇩🇪@einbuhrmi Zagreb 🇭🇷 @letourpowerscombine on Discord Barcelona 🇪🇸@stefanmaric on Discord Chicago 🍕@kennethkunz👇 https://twitter.com/kennethkunz/status/1460725443133415424   1460725443133415424 1460725443133415424   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 219]             1 6 31 1 1 0 en  
1469093196860837888 swyx 33521530 2021-12-09T23:54:47+00:00 @moseeds just a very rough attempt at market segmentation and not paying attention to the transition experience. happens everywhere.       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 132] 1469092772812664833 33969506 moseeds       0 0 31 0 0   en  
1469125633884110853 swyx 33521530 2021-12-10T02:03:40+00:00 @DavidKPiano @tldraw ok if Vercel is ▲ then whos gonna start the ■ and the ○ so we can go full squid game on this biz       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [21, 117] 1469079212124356609 992126114 DavidKPiano       0 0 31 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 1692.224ms