home / twitter

tweets

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

6 rows where is_quote_status = 0 and user = 1176969867733479424 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, retweet_count, favorited, retweeted

created_at (date) 6 ✖

  • 2021-08-03 1
  • 2021-10-18 1
  • 2021-11-08 1
  • 2021-11-20 1
  • 2021-11-23 1
  • 2021-11-29 1

is_quote_status 1 ✖

  • - · 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
1422372693827985409 Svelte Society 🧡 1176969867733479424 2021-08-03T01:44:11+00:00 🧡🧡🧡 ICYMI: @Sveltejs was just voted the most loved framework at the 2021 @StackOverflow developer survey! https://insights.stackoverflow.com/survey/2021 🧡🧡🧡 https://twitter.com/SvelteSociety/status/1422372693827985409/photo/1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 136]             0 39 182 0 0 0 en  
1450199092701892613 Svelte Society 🧡 1176969867733479424 2021-10-18T20:36:21+00:00 It’s time to announce our next Svelte Summit sponsor! It’s everyone’s favourite @Cloudflare 🥳 If you haven’t checked out Workers or Pages, do it now! SvelteKit and CF workers are a perfect match. Fast + Fast = Superfast 😎       Tweetbot for Mac 2d56427825d31a620d10acb51615805f894c90f6 0 [0, 221]             0 12 150 0 0   en  
1457844600236699648 Svelte Society 🧡 1176969867733479424 2021-11-08T22:56:52+00:00 🗽 NYC/East Coast Svelte Fans! You are invited to the NYC #SvelteSummit party IRL with @Rich_Harris and @swyx! 20 Nov 12-4pm in Brooklyn, doors open at 11am BYO refreshments, boardgames, and hack projects! https://lu.ma/sveltenyc       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 231]             0 18 55 1 1 0 en  
1462113564429361156 Svelte Society 🧡 1176969867733479424 2021-11-20T17:40:13+00:00 🏔 #SvelteSummit is happening now! Make sure you don't miss it! Catch it live 📺👇 http://youtu.be/1Df-9EKvZr0 16 talks from all over the world!👇🤯       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 142]             0 13 45 1 1 0 en  
1463248727942971396 Svelte Society 🧡 1176969867733479424 2021-11-23T20:50:57+00:00 News: https://yourhome.fb.com uses @sveltejs! Thanks @celikovic for the tip 👀 https://twitter.com/SvelteSociety/status/1463248727942971396/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 78]             0 35 303 0 0 0 en  
1465395388970590213 Svelte Society 🧡 1176969867733479424 2021-11-29T19:01:01+00:00 You know you want to. Yes. Exactly! Ditch React and use Svelte instead 😎At #SvelteSummit @stolinski showed us the process they went through at @LevelUpTuts doing just that! https://buff.ly/3p89k6w       Buffer 169a89a27ef3ad2a4af15851e3f6452bfeb0ef67 0 [0, 197]             0 13 38 1 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 1139.425ms