home / twitter

tweets

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

9 rows where "created_at" is on date 2021-09-04 and favorite_count = 1 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_quote_status

user 1 ✖

  • swyx 9

retweeted 1 ✖

  • 0 9

favorite_count 1 ✖

  • 1 · 9 ✖

created_at (date) 1 ✖

  • 2021-09-04 · 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
1434182551422210051 swyx 33521530 2021-09-04T15:52:20+00:00 @steveruizok @dabit3 @mpocock1 @loom @Yozobi doubling back to say i missed this the first time, it looks very cool!!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [45, 116] 1408480348736983042 122246321 steveruizok       0 0 1 0 0   en  
1434234495708774400 swyx 33521530 2021-09-04T19:18:45+00:00 @drikerf @IndieHackers of course i had to!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [23, 42] 1434222996705759233 1227758149 drikerf       0 0 1 0 0   en  
1434259612505559040 swyx 33521530 2021-09-04T20:58:33+00:00 @theavigoldman @vladchers haha yea i had to leave for my flight and knew it would be processed async anyway       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [26, 107] 1434248949737656320 1514010780 theavigoldman       0 0 1 0 0   en  
1434265486431191040 swyx 33521530 2021-09-04T21:21:53+00:00 @ashleymayer as a dev startup comms person, i often have to join BEFORE there is a category story, then have to build both the company story and the category story. it’s a lot of work! (my Category Creation notes from 3 startups here) https://twitter.com/swyx/status/1422809609442500609?s=21   1422809609442500609 1422809609442500609   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 259] 1433532228579979269 18994034 ashleymayer       1 0 1 0 0 0 en  
1434276119839129601 swyx 33521530 2021-09-04T22:04:09+00:00 @spitleaf but also sometimes realizing that 1. you cant make everyone happy 2. making them happy makes yourself unhappy 3. that flaw you have is a strength to others 4. maybe you should double down i think anyone with compelling flaws-that-are-strengths should just be founders       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [10, 279] 1434273767749046273 357427736 spitleaf       0 0 1 0 0   en  
1434276399951618050 swyx 33521530 2021-09-04T22:05:15+00:00 @stephsmithio i dont know if this thread was intentional podcast marketing or not, or just opportunistically appended as a "see my soundcloud" plug, but either way this was brilliant 👏🏽       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [14, 185] 1434234900530425858 626691391 stephsmithio       0 0 1 0 0   en  
1434282354101600258 swyx 33521530 2021-09-04T22:28:55+00:00 @AlexClark_NZ that's awesome. i hope they know that and i hope things go well enough that it makes sense for you to do it! (a lot changes in 20 years)       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [14, 150] 1434282023628132354 1153608875225993217 AlexClark_NZ       0 0 1 0 0   en  
1434285293130199042 swyx 33521530 2021-09-04T22:40:36+00:00 @audacitus keep it up! let me know how i can help with your launches.       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [11, 69] 1434283920619708428 3241910302 audacitus       0 0 1 0 0   en  
1434285713827278848 swyx 33521530 2021-09-04T22:42:16+00:00 @dougmoscrop @jeremy_daly @AlaShiban @aldonline works until someone comes along who wants to do something the spec doesnt allow, then you have that XKCD comic all over again       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [48, 173] 1434285154768408577 120186062 dougmoscrop       0 0 1 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 1623.952ms