home / twitter

tweets

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

9 rows where "created_at" is on date 2021-09-02 and source = "95f3aaaddaa45937ac94765e0ddb68ba2be92d20" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: retweet_count, favorite_count, retweeted

lang 1 ✖

  • en 9

created_at (date) 1 ✖

  • 2021-09-02 · 9 ✖
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
1433232061964251137 swyx 33521530 2021-09-02T00:55:26+00:00 Sincere recommendation. If you: - are interested in GraphQL - dislike tribalism and cargo culting - want to see a constructive example of how to criticize with love You should watch this talk 👇 I was in the audience and immediately knew this was one for the ages. So. Good. https://twitter.com/swyx/status/1433126939850465284   1433126939850465284 1433126939850465284   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 275]             1 3 48 0 0 0 en  
1433241716547489793 swyx 33521530 2021-09-02T01:33:48+00:00 @ljin18 @nytimes holy crap well deserved!! 👏 👏 👏 and you are just getting started!       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [17, 82] 1433071828034064390 774642558853009408 ljin18       0 0 0 0 0   en  
1433328362429181953 swyx 33521530 2021-09-02T07:18:06+00:00 @buildsghost thanks, first i am hearing of this perspective. got a good alternative for what you would say instead?       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 115] 1433295830547505153 1175464650395111424 buildsghost       0 0 1 0 0   en  
1433330202612879367 swyx 33521530 2021-09-02T07:25:24+00:00 @fortelabs “unproductivity guru” has a nice ring to it?       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [11, 55] 1433289263202783234 1909232666 fortelabs       0 0 4 0 0   en  
1433424538025349120 Michael Antonelli 1310763212 2021-09-02T13:40:16+00:00 If you work on Wall St, or in the investment world, and you can explain complex topics / terms in an easy to understand way, that’s an INSANELY valuable skill.       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 159]             0 121 2479 0 0   en  
1433468619912933376 swyx 33521530 2021-09-02T16:35:26+00:00 RT @forrestbrazeal: 168 AWS services in 2 minutes. *inhales* https://twitter.com/forrestbrazeal/status/1301182968766107656/video/1 1301182968766107656 1301182968766107656     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 84]             0 4063 0 0 1 0 en  
1433470533354463243 swyx 33521530 2021-09-02T16:43:02+00:00 @forrestbrazeal goddamn masterpiece. right down to the key change and the cheating. so fun!!       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [16, 92] 1433454444557963268 3239330680 forrestbrazeal       0 0 5 0 0   en  
1433502587068694528 swyx 33521530 2021-09-02T18:50:24+00:00 Bill Gates       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 10]             0 1 3 0 0   en  
1433535263691599873 swyx 33521530 2021-09-02T21:00:15+00:00 thinking about this as i think of recent conversations and listening to this https://overcast.fm/+a0BoSqWQw perhaps all dynastic leaders use the spoils of ruthlessness to rewrite history. and “You have enemies? Good. That means you’ve stood up for something, sometime in your life."       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 280] 1433502587068694528 33521530 swyx       0 0 1 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 3088.107ms