home / twitter

tweets

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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: in_reply_to_screen_name, retweet_count

user 3 ✖

  • swyx 6
  • Justin Garrison 1
  • andy 🍞 1

source 2 ✖

  • Twitter for iPhone 6
  • Twitter Web App 2

is_quote_status 1 ✖

  • - · 8 ✖

created_at (date) 1 ✖

  • 2021-10-09 · 8 ✖
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  
1446692597850775557 andy 🍞 956417626858840064 2021-10-09T04:22:48+00:00 gifted child to average tech worker pipeline       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 44]             0 647 8830 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  
1446867332748300288 Justin Garrison 14361975 2021-10-09T15:57:08+00:00 It’s always nice to see when a company understands what employees want for benefits 👏 @PolarSignalsIO https://www.polarsignals.com/working-at-polar-signals/ https://twitter.com/rothgar/status/1446867332748300288/photo/1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 127]             0 407 2998 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  

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