home / twitter

tweets

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

10 rows where "created_at" is on date 2021-10-05 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_quote_status, retweet_count, favorite_count, retweeted, lang, created_at (date)

user 3 ✖

  • swyx 8
  • Randall 1
  • rita ❄️ 1

source 1 ✖

  • Twitter for iPhone · 10 ✖
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
1445344404076564481 swyx 33521530 2021-10-05T11:05:33+00:00 @PierreDeWulf got to love those pricing pages with no prices       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [14, 60] 1445319466963939330 2700578436 PierreDeWulf       0 0 9 0 0   en  
1445463239475621898 Randall 206918128 2021-10-05T18:57:46+00:00 Today at 2pm PT! And it’s actually my very first Twitter space. https://twitter.com/i/spaces/1rmGPgLvlgmKN https://twitter.com/RandallKanna/status/1445463239475621898/photo/1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 88]             0 1 13 0 1 0 en  
1445463346916986885 swyx 33521530 2021-10-05T18:58:11+00:00 RT @RandallKanna: Today at 2pm PT! And it’s actually my very first Twitter space. https://twitter.com/i/spaces/1rmGPgLvlgmKN https://twitter.com/RandallKanna/status/1445463239475621898/photo/1 1445463239475621898 1445463239475621898     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 130]             0 1 0 0 1 0 en  
1445481953843552261 swyx 33521530 2021-10-05T20:12:08+00:00 @adamwathan @css @shadeed9 JIT IS KING 👑       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [27, 40] 1445481572740710412 716933677 adamwathan       0 0 5 0 0   en  
1445486601707003910 swyx 33521530 2021-10-05T20:30:36+00:00 @SeaCatBiz twitter topics algo is wack https://twitter.com/swyx/status/1372013877731368961?s=21   1372013877731368961 1372013877731368961   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [11, 62] 1445235642628075525 757692601956831232 SeaCatWiz       1 0 21 0 0 0 en  
1445492332522971146 swyx 33521530 2021-10-05T20:53:22+00:00 @davatron5000 just did a 30 min talk on it if you want a js-centric lowdown https://twitter.com/swyx/status/1445466345194209290   1445466345194209290 1445466345194209290   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [14, 75] 1445430527016652800 33521530 swyx       1 0 1 0 0 0 en  
1445494628606562307 swyx 33521530 2021-10-05T21:02:30+00:00 @Una beautiful!!! congrats Una!!       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [5, 32] 1445458304784736263 17178315 Una       0 0 1 0 0   en  
1445494914150662157 swyx 33521530 2021-10-05T21:03:38+00:00 @threepointone imagine being in middle management 😂       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [15, 51] 1445475178054488072 1593171 threepointone       0 1 24 0 0   en  
1445533835945414662 rita ❄️ 232076816 2021-10-05T23:38:17+00:00 A+ write up from @swyx. the great thing about “from the outside in” metaphor is that it works figuratively and literally — cloudflare, by sitting in front of the cloud allows customers to gradually shift their workloads from the centralized cloud to the edge https://twitter.com/swyx/status/1445044267508850695   1445044267508850695 1445044267508850695 San Francisco 5a110d312052166f Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 259]             1 3 31 0 1 0 en  
1445405622598524932 swyx 33521530 2021-10-05T15:08:49+00:00 @grahamneray @OrbitModel use       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 28] 1445380544989175810 389779048 grahamneray       0 0 4 0 0   und  

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