home / twitter

tweets

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

7 rows where in_reply_to_screen_name = "Swizec", is_quote_status = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: favorite_count, lang

created_at (date) 7 ✖

  • 2021-08-18 1
  • 2021-09-03 1
  • 2021-09-25 1
  • 2021-10-02 1
  • 2021-10-12 1
  • 2021-10-18 1
  • 2021-11-01 1

source 1 ✖

  • Twitter Web App · 7 ✖

retweeted 1 ✖

  • 0 7

is_quote_status 1 ✖

  • - · 7 ✖

in_reply_to_screen_name 1 ✖

  • Swizec · 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
1428047358441320451 swyx 33521530 2021-08-18T17:33:16+00:00 @Swizec more british than what I would say but directionally correct       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [8, 68] 1428043156231135239 15353121 Swizec       0 0 2 0 0   en  
1433881895796756481 swyx 33521530 2021-09-03T19:57:38+00:00 @Swizec @forrestbrazeal yes exactly       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [24, 35] 1433879235374899201 15353121 Swizec       0 0 0 0 0   en  
1441915035194908676 swyx 33521530 2021-09-25T23:58:28+00:00 @Swizec whoo congrats swiz!!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [8, 28] 1439272771586904065 15353121 Swizec       0 0 2 0 0   en  
1444097364923346944 swyx 33521530 2021-10-02T00:30:16+00:00 @Swizec no unfortunately since thats not my goal haha       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [8, 53] 1444095765589082114 15353121 Swizec       0 0 1 0 0   en  
1448015188129509377 swyx 33521530 2021-10-12T19:58:18+00:00 @Swizec idk how surprising that is - js was the launch language for aws lambda       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [8, 78] 1448004078106124293 15353121 Swizec       0 0 2 0 0   en  
1449936775988666372 swyx 33521530 2021-10-18T03:14:00+00:00 @Swizec @jonathanstark yup jonathan beat me to it       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [23, 49] 1449936072343887874 15353121 Swizec       0 0 1 0 0   en  
1455019122589245442 swyx 33521530 2021-11-01T03:49:26+00:00 @Swizec @acemarke noooooo       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [18, 25] 1455012329146368002 15353121 Swizec       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 12898.572ms