home / twitter

tweets

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

6 rows where in_reply_to_screen_name = "loujaybee" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: user, source, retweet_count, favorite_count, favorited, retweeted, lang

created_at (date) 6 ✖

  • 2021-09-08 1
  • 2021-10-27 1
  • 2021-10-29 1
  • 2021-11-06 1
  • 2021-11-11 1
  • 2021-11-21 1

in_reply_to_screen_name 1 ✖

  • loujaybee · 6 ✖
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
1435591576949035016 swyx 33521530 2021-09-08T13:11:18+00:00 @loujaybee - OKRs and what metrics work - % time allocation between blog and youtube and conferences and what else? - the single most effective decision you made in the entire 2 years       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [11, 183] 1435569066886979586 1290693397 loujaybee       0 0 2 0 0   en  
1453489141212057601 swyx 33521530 2021-10-27T22:29:50+00:00 @loujaybee it really is. developers shall inherit the earth       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [11, 59] 1453487991582769162 1290693397 loujaybee       0 0 2 0 0   en  
1456915351241990145 Lou ☁️ 👨‍💻🏋️‍♂️🎸🚴🏻‍♂️🏍 1290693397 2021-11-06T09:24:22+00:00 In some senses, I do think he's right ✅ @swyx did a good job of outlining the problem. When we're new to content and/or tech it feels natural to write "beginner content" or sometimes meta-content (content about content—wait, that's *this thread* 😱 😆) https://www.swyx.io/meta-creator-ceiling/       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 276] 1456915349639680008 1290693397 loujaybee       0 2 6 1 1 0 en  
1458700727027585024 swyx 33521530 2021-11-11T07:38:49+00:00 @loujaybee @mikenikles @gitpod ah sad, i bet i couldve shown you some fun stuff in my first hour where i bounced between product and docs put a popup for people to signup for usability testing, some pple like me wouldve loved to take you up on it if i knew       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [31, 257] 1458698942036815872 1290693397 loujaybee       0 0 1 0 0   en  
1462442712024633350 swyx 33521530 2021-11-21T15:28:08+00:00 @loujaybee beware addiction to novelty and the narrative fallacy.       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [11, 65] 1462369804543737856 1290693397 loujaybee       0 1 6 0 0   en  
1454132887058468869 swyx 33521530 2021-10-29T17:07:51+00:00 @loujaybee @andrewbrown 👏👏👏👏👏👏👏👏       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [24, 32] 1454128766666543109 1290693397 loujaybee       0 0 1 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 721.101ms