home / twitter

tweets

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

5 rows where "created_at" is on date 2021-08-30 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: retweet_count, retweeted

created_at (date) 1 ✖

  • 2021-08-30 · 5 ✖
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
1432194752267505666 swyx 33521530 2021-08-30T04:13:32+00:00 @acdlite it was very artificial for sure but fits a general pattern of Hollywood hero movies keep bailing out Cap-like decisions with low probability outcomes that validate them. kinda toxic for collective psyche. one of my fave essays on the topic btw https://www.scribd.com/document/444948887/The-Philosophy-of-Civil-War-Part-1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 277] 1432134218952450054 21782915 acdlite       0 0 3 0 0 0 en  
1432194940965064706 swyx 33521530 2021-08-30T04:14:17+00:00 @izs this is my favorite offshoot of JavaScript twitter       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [5, 55] 1432171829049786371 8038312 izs       0 0 1 0 0   en  
1432375239464263682 swyx 33521530 2021-08-30T16:10:43+00:00 RT @pratheekhegde: Concurrent React from Scratch by @swyx (lesson on @eggheadio) https://egghead.io/lessons/react-concurrent-react-from-scratch Watch 1/20 Maybe. Will probably… 1432341565028978694 1432341565028978694     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 139]             0 2 0 0 1 0 en  
1432385494722043905 swyx 33521530 2021-08-30T16:51:29+00:00 @reinink @tailwindlabs @tailwindcss @tailwindui weew one of the most obvious unions in hindsight! congrats to both sides!       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [48, 121] 1432381287973724162 17598719 reinink       0 1 4 0 0   en  
1432469865785352192 Jai Bhagat 896059763129298953 2021-08-30T22:26:44+00:00 My CFP for EmberFest was accepted!!! Thank you @swyx for giving me multiple rounds of review. My man is really trying to make @Coding_Career a place where career’s takeoff! To pay it forward, I’ll buy 1 fellow junior engineer a Community Package. Just RT this. #learninpublic       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 280]             0 5 7 0 1   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 5185.934ms