home / twitter

tweets

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

5 rows where retweet_count = 28 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, retweeted

created_at (date) 5 ✖

  • 2021-08-11 1
  • 2021-08-12 1
  • 2021-09-29 1
  • 2021-11-03 1
  • 2021-12-14 1

retweet_count 1 ✖

  • 28 · 5 ✖
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
1425514852999745547 egghead.io 921398240 2021-08-11T17:50:00+00:00 Go deep with @supabase In this new course from @signalnerve you'll: 📀 Create a Postgres database 🔐 Authorize users with GitHub 🔌 Set up real-time data 🌩 Deploy to Cloudlflare Pages Build a real-time chat app with Next and Supabase https://bit.ly/3AsYhJh       Buffer 169a89a27ef3ad2a4af15851e3f6452bfeb0ef67 0 [0, 260]             0 28 128 0 1 0 en  
1425673473108504576 swyx 33521530 2021-08-12T04:20:18+00:00 RT @eggheadio: Go deep with @supabase In this new course from @signalnerve you'll: 📀 Create a Postgres database 🔐 Authorize users with G… 1425514852999745547 1425514852999745547     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             0 28 0 0 1   en  
1443233639882375172 swyx 33521530 2021-09-29T15:18:08+00:00 Jeff Bezos bragging about a feature that *reduces* sales in 2002. Great example of being customer centric https://twitter.com/swyx/status/1443233639882375172/video/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 105]             0 28 346 0 0 0 en  
1455962646537068545 swyx 33521530 2021-11-03T18:18:40+00:00 This has been a really crazy year in @Sveltejs. - SvelteKit beta at top of HN - Highest Satisfaction @ #StateOfJS - Most loved @Stackoverflow - Top challenger @Netlify #Jamstack - 4th conference on Nov 20 (http://SvelteSummit.com) And @SvelteSociety from 0 to 12k in 2 years :) https://twitter.com/swyx/status/1455962646537068545/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 279]             0 28 180 0 0 0 en  
1470788640846462979 swyx 33521530 2021-12-14T16:11:52+00:00 Imagine accidentally holding a JSConf in your daily standup       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 59] 1470787094750449665 33521530 swyx       0 28 362 1 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 1572.056ms