home / twitter

tweets

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

9 rows where in_reply_to_screen_name = "ken_wheeler" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: favorite_count, lang, created_at (date)

user 1 ✖

  • swyx 9

is_quote_status 1 ✖

  • 0 9

in_reply_to_screen_name 1 ✖

  • ken_wheeler · 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
1431039186799263744 swyx 33521530 2021-08-26T23:41:44+00:00 @ken_wheeler @AdamRackis that’s basically her entire job description in Ken’s stories       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [25, 85] 1430986611039346688 167193309 ken_wheeler       0 0 6 0 0   en  
1435258986480259077 swyx 33521530 2021-09-07T15:09:42+00:00 @ken_wheeler @ym3hd1 the word       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [21, 29] 1435024573863534598 167193309 ken_wheeler       0 0 1 0 0   en  
1444503472699707395 swyx 33521530 2021-10-03T03:24:00+00:00 @ken_wheeler have i introduced you to the “Mystery Recapped” and “Movie Recapped” channels on youtube yet? just browse the most popular videos       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 142] 1444440727115665420 167193309 ken_wheeler       0 0 2 0 0   en  
1446680767413637121 swyx 33521530 2021-10-09T03:35:47+00:00 @ken_wheeler song request https://youtu.be/RHu0ALxqUIo       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 49] 1446572582338187268 167193309 ken_wheeler       0 0 3 0 0 0 en  
1458249896792772609 swyx 33521530 2021-11-10T01:47:23+00:00 @ken_wheeler just make an alt like @threepointone and go ham, you need an outlet       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [13, 80] 1458249683831336963 167193309 ken_wheeler       0 0 5 0 0   en  
1466943081115111428 swyx 33521530 2021-12-04T01:30:59+00:00 @ken_wheeler @chantastic man that looks gooood       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [25, 46] 1466922124963164165 167193309 ken_wheeler       0 0 3 0 0   en  
1467291914571374596 swyx 33521530 2021-12-05T00:37:08+00:00 @ken_wheeler wow thats brutal honesty only a brother can give lol       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 65] 1467291204249432069 167193309 ken_wheeler       0 0 2 0 0   en  
1453537742986493955 swyx 33521530 2021-10-28T01:42:58+00:00 @ken_wheeler hahahahhaa omg unintentional burns       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [13, 47] 1453532433895276545 167193309 ken_wheeler       0 0 2 0 0   nl  
1474628922004623360 swyx 33521530 2021-12-25T06:31:46+00:00 @ken_wheeler https://twitter.com/swyx/status/1474628922004623360/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [12, 12] 1474394277077831686 167193309 ken_wheeler       0 0 4 0 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 688.294ms