home / twitter

tweets

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

2 rows where favorite_count = 4, is_quote_status = 0 and source = "9335de48b3673c3f69433a34861c115d1d382be3" sorted by lang descending

✎ View and edit SQL

This data as json, CSV (advanced)

created_at (date) 2 ✖

  • 2021-09-04 1
  • 2021-09-12 1

source 1 ✖

  • TweetDeck · 2 ✖

retweet_count 1 ✖

  • 0 2

is_quote_status 1 ✖

  • - · 2 ✖

favorite_count 1 ✖

  • 4 · 2 ✖
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
1434284919514177539 swyx 33521530 2021-09-04T22:39:07+00:00 @Saeris i feel like cash earnings ceiling is 150-200k. beyond that you're just buying stock with time. and the better you do as an employee the more you raise the opp. cost for staring something. pretty sure @levelsio would never have started his $1m/yr biz if he had had a $100k/yr job       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [8, 287] 1434282783036166146 14865775 Saeris       0 0 4 0 0   en  
1437111000344506377 swyx 33521530 2021-09-12T17:48:57+00:00 @feketegy @reactjs this isn't "yet another REST vs GraphQL post". im going beyond that.       TweetDeck 9335de48b3673c3f69433a34861c115d1d382be3 0 [19, 87] 1437110466405453826 7873352 feketegy       0 0 4 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 3828.259ms