home / twitter

tweets

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

9 rows where "created_at" is on date 2021-10-30 and is_quote_status = 0 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, favorite_count, favorited, retweeted, lang, created_at (date)

retweet_count 6 ✖

  • 0 4
  • 1 1
  • 6 1
  • 7 1
  • 12 1
  • 61 1

user 1 ✖

  • swyx 9

is_quote_status 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
1454237996094345228 swyx 33521530 2021-10-30T00:05:31+00:00 RT @supabase: We're excited to announce that we just raised $30m Series A funding 🙂 Led by Coatue, with participation from some of the bes… 1454103068841156609 1454103068841156609     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 140]             0 61 0 1 1   en  
1454258290959945731 swyx 33521530 2021-10-30T01:26:10+00:00 Everyone in the UI devtools/low code space has nostalgia goggles for VB6. I certainly remember the joy of plopping a button on that breadboard for the first time and then hooking up the handler. Utopia has the opportunity to put the "I" back into "IDE". Just add design system. https://twitter.com/swyx/status/1454258290959945731/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 279] 1454258287868723204 33521530 swyx       0 0 17 0 0 0 en  
1454261201207054339 swyx 33521530 2021-10-30T01:37:43+00:00 Soft shipped the new https://docs.temporal.io/ Many thanks to @thisismahmoud_, @flossypurse, @taillogs and others, and built with @docusaurus and now @tailwindcss Shipped fearlessly on Friday afternoon thanks to @Netlify immutable deploys 💪 https://twitter.com/swyx/status/1454261201207054339/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 240]             0 7 79 0 0 0 en  
1454276374479343618 swyx 33521530 2021-10-30T02:38:01+00:00 @qoouep spooky blurry SVG that WON'T. FCKING. WORK.       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [8, 51] 1454245300793581571 1350890383 qoouep       0 0 2 0 0   en  
1454290031472902144 swyx 33521530 2021-10-30T03:32:17+00:00 @jnwng @CourseraEng congrats Jon!!! hope you enjoy your break!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [20, 62] 1454123817400475655 16198369 jnwng       0 0 1 0 0   en  
1454295489080221699 swyx 33521530 2021-10-30T03:53:58+00:00 @jerodsanto @SongExploder @HrishiHirway @changelog @stdoutrap This was fcking LIT. THANK YOU for bringing this into my life       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [62, 123] 1454089652953092114 14872146 jerodsanto       0 1 3 0 0   en  
1454491471436926985 swyx 33521530 2021-10-30T16:52:44+00:00 @dan_abramov i think @JessTelford is trying that with http://cete.io! just really hard to compete in mindshare with a company literally called meetup dot com :(       Twitter for iPad 574fe4fa937eeb131136f7e3678f32d4ff3078d5 0 [13, 170] 1454489160820174862 70345946 dan_abramov       0 6 16 0 0 0 en  
1454589214872391687 swyx 33521530 2021-10-30T23:21:08+00:00 @JessTelford happens to the best of us. keep at it!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [13, 51] 1453257946662678530 54400793 JessTelford       0 0 2 0 0   en  
1454468636131926021 swyx 33521530 2021-10-30T15:22:00+00:00 👻 localghost: 127.0.0.o.o.O.O.o.o.1 👻       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 37]             0 12 154 0 0   ro  

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 1345.864ms