home / twitter

tweets

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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: user, retweet_count, favorited

favorite_count 6 ✖

  • 1 3
  • 9 2
  • 0 1
  • 2 1
  • 7 1
  • 231 1

retweeted 2 ✖

  • 0 8
  • 1 1

source 1 ✖

  • Twitter for iPhone · 9 ✖

created_at (date) 1 ✖

  • 2021-11-05 · 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
1456466628867026951 swyx 33521530 2021-11-05T03:41:18+00:00 @desdotdev @olafurw ok i’ll show my ignorance… whats with the 6 and 17?       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [20, 71] 1456313439979196418 1676273275 desdotdev       0 0 1 0 0   en  
1456466989912707076 swyx 33521530 2021-11-05T03:42:44+00:00 RT @ejames_c: “In reality, a mentor is mostly just somebody that answers questions more than once. That’s it. It’s not cinematic.” https://… 1456447836803854336 1456447836803854336     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             0 4 0 1 1   en  
1456471255171809285 swyx 33521530 2021-11-05T03:59:41+00:00 @JustJake german word for when everyone knows the thing you should do to succeed and then you find a way to not do it       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [10, 117] 1456353568567414784 607528502 JustJake       0 0 7 0 0   en  
1456480617965580290 swyx 33521530 2021-11-05T04:36:54+00:00 Prev_Startup’s rounds were “pre emptive”, which is industry lingo for: “I want in, but just fyi you don’t deserve it yet.” Took me years to process what this means: Money’s easier, but the # of builders ~the same. Premium on execution merely went *vertical*. ITS TIME TO BUILD.       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 280]             0 0 9 0 0   en  
1456498093931646982 swyx 33521530 2021-11-05T05:46:20+00:00 @tlakomy she made a great choice :) happy birthday!       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 51] 1456401342507933702 1903060381 tlakomy       0 0 2 0 0   en  
1456502482285174790 swyx 33521530 2021-11-05T06:03:46+00:00 @_developit ah, forgot the classic promo strategy of inserting sleep(100ms) so you can remove it in a future version!       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 117] 1456343163795296259 16495353 _developit       0 0 9 0 0   en  
1456741443951677440 swyx 33521530 2021-11-05T21:53:19+00:00 @anothercohen @justtradin 6. documentation that tries to make everyone happy makes nobody happy       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [26, 95] 1456493892723826694 557440724 anothercohen       0 0 1 0 0   en  
1456742254140293120 swyx 33521530 2021-11-05T21:56:33+00:00 @breiding_j yes definitely the moment i have some time and mood is right will switch       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [12, 84] 1456741864246185989 1308234654734979074 breiding_j       0 0 1 0 0   en  
1456758350419480580 BrendanEich 9533042 2021-11-05T23:00:30+00:00 @swyx Btw, “Always Bet on JS” is a little over ten years old. See https://brendaneich.com/2011/09/capitoljs-rivertrail/. https://twitter.com/BrendanEich/status/1456758350419480580/photo/1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [6, 90] 1456706638010667012 33521530 swyx       0 31 231 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 30879.873ms