home / twitter

tweets

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

7 rows where "created_at" is on date 2021-10-09, retweet_count = 0 and retweeted = 0 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, display_text_range, in_reply_to_user_id, in_reply_to_screen_name, is_quote_status, favorite_count

user 1 ✖

  • swyx 7

retweeted 1 ✖

  • - · 7 ✖

retweet_count 1 ✖

  • - · 7 ✖

quoted_status 1 ✖

  • 1446692597850775557 1

created_at (date) 1 ✖

  • 2021-10-09 · 7 ✖
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
1446646180197265414 swyx 33521530 2021-10-09T01:18:21+00:00 @spitleaf bitcoin solves this       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [10, 29] 1446581442050469891 357427736 spitleaf       0 0 4 0 0   en  
1446666565445767170 swyx 33521530 2021-10-09T02:39:21+00:00 @reactjs @brian_d_vaughn @_jstejada @lunaruan 🎉 congrats team!! really cool to see devtools get its own team, such a small team helping millions nbd       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [46, 148] 1446571618113839112 1566463268 reactjs       0 0 11 0 0   en  
1446676550884093953 swyx 33521530 2021-10-09T03:19:02+00:00 Signs your kid may be “gifted” (YMMV, am not expert): - effortless at math. yet struggles with anything rote - plays alone for hours - writing age >> age - disproportionate outbursts/violence get them challenge/socialized asap. a maladapted gifted child is a dangerous adult.       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 284] 1446671799131934720 33521530 swyx       0 0 41 0 0   en  
1446680767413637121 swyx 33521530 2021-10-09T03:35:47+00:00 @ken_wheeler song request https://youtu.be/RHu0ALxqUIo       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 49] 1446572582338187268 167193309 ken_wheeler       0 0 3 0 0 0 en  
1446728929792782336 swyx 33521530 2021-10-09T06:47:10+00:00 Today's clip: some of the most memorable music from #SquidGame! https://share.transistor.fm/s/a2e5b4fd       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 87] 1445886812279300101 33521530 swyx       0 0 1 0 0 0 en  
1446977581815717890 swyx 33521530 2021-10-09T23:15:13+00:00 One thing I miss about Facebook is how it preserves profile pics. I can click on profiles and go down a decade of identity, from goofy photos to book/album covers to memes & people that were once my whole world. It's the closest thing to a time capsule and I will never delete it https://twitter.com/swyx/status/1446977581815717890/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 284]             0 0 21 0 0 0 en  
1446984768059437057 swyx 33521530 2021-10-09T23:43:47+00:00 But also this :) on the one hand its a wildly flawed label, and on the other "normiezisation" could really rob the world of something special. it's a complex topic and i can't speak to anything else other than my own experience. https://twitter.com/andykreed/status/1446692597850775557?s=20   1446692597850775557 1446692597850775557   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 253] 1446676550884093953 33521530 swyx       1 0 3 0 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 1077.824ms