home / twitter

tweets

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

6 rows where in_reply_to_screen_name = "swyx" and retweeted = 1 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: user, source, is_quote_status, retweet_count, favorited

created_at (date) 6 ✖

  • 2020-10-20 1
  • 2021-08-04 1
  • 2021-08-24 1
  • 2021-10-16 1
  • 2021-11-03 1
  • 2021-11-05 1

retweeted 1 ✖

  • 1 · 6 ✖

in_reply_to_screen_name 1 ✖

  • swyx · 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
1318608931938131968 swyx 33521530 2020-10-20T17:44:02+00:00 Lastly - I officially left the /r/reactjs mod team today. Here are some reflections on the entire process in case it helps others! https://dev.to/swyx/moderating-a-220k-developer-community-3doj       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 157] 1318558184836091905 33521530 swyx       0 5 62 0 1 0 en  
1423001554496507905 Ben Patton 999866712739676160 2021-08-04T19:23:03+00:00 @swyx "You don't have to agree with somebody to offer them loving attention. All you're admitting at that moment is there's a possibility that they are as complicated as you are. And everybody deserves to be heard and respected." Speaking in anything other than loves breeds hate       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [6, 281] 1422998593158275073 33521530 swyx       0 3 5 0 1   en  
1430179632637218821 swyx 33521530 2021-08-24T14:46:10+00:00 Write Errors that Don’t Make Me Think https://www.swyx.io/write-errors-that-don-t-make-me-think-24hg/ Error messages and Error pages (see @RozenMD’s https://onlineornot.com/what-fastly-outage-can-teach-about-writing-error-messages) are part of the developer experience!       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 173] 1340107415434379264 33521530 swyx       0 5 38 0 1 0 en  
1449481919675056128 swyx 33521530 2021-10-16T21:06:34+00:00 @danluu @stylebot Blogged with explanations: https://dev.to/swyx/100-bytes-of-css-to-look-great-everywhere-19pd       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [18, 68] 1449472712720601088 33521530 swyx       0 5 73 0 1 0 en  
1455955781317132295 Lucas Minter 1215752268160499712 2021-11-03T17:51:23+00:00 @swyx has inspired me to make a public commitment: Next Friday, I'm going to kick off a book club with friends. We are going to read the @Coding_Career Handbook. We will meet once a week over zoom to discuss our takeaways. If anyone wants to join, send me a dm.       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 264]   33521530 swyx       0 5 25 1 1   en  
1456712851104559105 swyx 33521530 2021-11-05T19:59:42+00:00 I had a wonderful time talking through this blogpost with @adamstac and @jerodsanto on The Changelog! Life achievement unlocked ✅ https://twitter.com/changelog/status/1456689893694976006?s=20   1456689893694976006 1456689893694976006   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 154] 1326558340541939712 33521530 swyx       1 5 20 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 518.349ms