home / twitter

tweets

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

6 rows where "created_at" is on date 2021-10-31 and favorite_count = 0 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: in_reply_to_user_id

user 1 ✖

  • swyx 6

favorite_count 1 ✖

  • - · 6 ✖

created_at (date) 1 ✖

  • 2021-10-31 · 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
1454674810487730177 swyx 33521530 2021-10-31T05:01:16+00:00 @jimbolla @factoriogame Jim your tips were ESSENTIAL. wish they had a little more handholding in the tutorial. thanks for the help!!! i bet there's a dependency tree that someone has somewhere...       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [24, 195] 1454636236359061506 19004992 jimbolla       0 0 0 0 0   en  
1454675569174482944 swyx 33521530 2021-10-31T05:04:16+00:00 @ralex1993 @factoriogame i tried to set up some wall mazes for them to pathfind thru and they completely failed lol.. .just attacked the walls... too stupid to fall for clever tricks!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [25, 183] 1454610181183180801 10364832 ralex1993       0 0 0 0 0   en  
1454675632294543361 swyx 33521530 2021-10-31T05:04:31+00:00 @alfred_lua @factoriogame oh no not another one!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [26, 48] 1454611689815433218 1303155157 alfred_lua       0 0 0 0 0   en  
1454675674447286274 swyx 33521530 2021-10-31T05:04:42+00:00 @ericzedd @factoriogame only 4 hours on first try.. not too bad!!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [24, 65] 1454609909807472641 201138895 ericzedd       0 0 0 0 0   en  
1454871936085884934 swyx 33521530 2021-10-31T18:04:34+00:00 @thenodester i mean yeah i get you but also i was feeling extremely unproductive because i didnt know the right keyboard shortcuts and was just clicking in and out of menus!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [13, 173] 1454720769674539009 45847554 thenodester       0 0 0 0 0   en  
1454875933853159430 swyx 33521530 2021-10-31T18:20:27+00:00 @jimbolla @_SreetamDas @factoriogame thats a nice trick there with the filters for iron ore and the underground belt + filters for coal! super neat! brings up a qtn tho - is it better to smelt at source or at point of consumption? bc you could have the drills directly output into furnaces...       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [37, 293] 1454855818260717575 19004992 jimbolla       0 0 0 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 6896.297ms