home / twitter

tweets

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

7 rows where "created_at" is on date 2021-08-01, retweet_count = 0 and user = 33521530 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, in_reply_to_user_id, in_reply_to_screen_name, favorite_count

lang 2 ✖

  • en 5
  • und 2

user 1 ✖

  • swyx · 7 ✖

retweeted 1 ✖

  • 0 7

retweet_count 1 ✖

  • - · 7 ✖

created_at (date) 1 ✖

  • 2021-08-01 · 7 ✖
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
1421684074167427076 swyx 33521530 2021-08-01T04:07:51+00:00 @Nutlope yes! be effective with the minimum spanning set of technologies to do everything you need. The hard part is figuring out how deep you wanna go as these rabbit holes are endless.       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [9, 187] 1421677709726412800 3246815913 Nutlope       0 0 2 0 0   en  
1421685384572932098 swyx 33521530 2021-08-01T04:13:03+00:00 @Nutlope see if you can come up with your own version of "7 GUIs" for the PERN stack https://eugenkiss.github.io/7guis/ and go detail everything you need to build that       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [9, 156] 1421685143274549249 3246815913 Nutlope       0 0 4 0 0 0 en  
1421693652225589254 swyx 33521530 2021-08-01T04:45:55+00:00 @Nutlope 7guis is explicitly frontend focused, you’re more going for full stack so make your own eg in @alexbdebrie’s book he has 4 increasingly harder projects finishing in building a github clone       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [9, 198] 1421687846428020737 3246815913 Nutlope       0 0 2 0 0   en  
1421947480174858241 swyx 33521530 2021-08-01T21:34:32+00:00 @joepercoco @illscience @a16z @KDTrey5 @JaredLeto @obj @GillianTan just found out about this - huge huge congrats Joe this is amazing!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [67, 134] 1417528569643864066 247666805 joepercoco       0 0 1 0 0   en  
1421960945023156225 swyx 33521530 2021-08-01T22:28:02+00:00 @Nutlope @alexbdebrie suggestion 1 - clone @TallyForms https://www.indiehackers.com/post/i-co-founded-tally-a-new-type-of-form-builder-1-year-ago-and-bootstrapped-it-to-30k-arr-with-a-team-of-2-ama-bb864f23ab       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [22, 78] 1421693652225589254 33521530 swyx       0 0 1 0 0 0 en  
1421693817523105792 swyx 33521530 2021-08-01T04:46:34+00:00 @ritakozlov_ CAT.       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 17] 1421489656827301896 232076816 ritakozlov_       0 0 4 0 0   und  
1421936530474430464 swyx 33521530 2021-08-01T20:51:01+00:00 @JanelSGM 👀       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [10, 11] 1421906179522011142 1688823739 JanelSGM       0 0 2 0 0   und  

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 5575.731ms