tweets
8 rows where in_reply_to_screen_name = "brianleroux", is_quote_status = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952"
This data as json, CSV (advanced)
Suggested facets: retweet_count, favorite_count, lang, created_at (date)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1422675969089761281 | swyx 33521530 | 2021-08-03T21:49:17+00:00 | @brianleroux https://twitter.com/swyx/status/1422675969089761281/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [12, 12] | 1422659956571099137 | 676363 | brianleroux | 0 | 19 | 489 | 0 | 0 | 0 | und | |||||||
1423027201276928000 | swyx 33521530 | 2021-08-04T21:04:58+00:00 | @brianleroux (for the record i agree its just funny to slap logos on all the things) | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 84] | 1423026484877332483 | 676363 | brianleroux | 0 | 0 | 18 | 0 | 0 | en | ||||||||
1425210442134089732 | swyx 33521530 | 2021-08-10T21:40:23+00:00 | @brianleroux whats an underappreciated thing it does well? | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 58] | 1425209754117345284 | 676363 | brianleroux | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1425211636554506246 | swyx 33521530 | 2021-08-10T21:45:07+00:00 | @brianleroux serverless IaC, you are nothing if not consistent | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 62] | 1425210927008321542 | 676363 | brianleroux | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1425212750666498052 | swyx 33521530 | 2021-08-10T21:49:33+00:00 | @brianleroux that said the right meme usually gets up and running way faster than the original creators ever intend https://newsletter.banklesshq.com/p/the-history-of-ultra-sound-money-db5 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 139] | 1425211761976819716 | 676363 | brianleroux | 0 | 0 | 1 | 0 | 0 | 0 | en | |||||||
1425213339769073666 | swyx 33521530 | 2021-08-10T21:51:54+00:00 | @brianleroux would be fun to build a little cost estimator thing into that arc transpiler tool: "given some load assumptions and this arc file, whats the ballpark cost?" | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 169] | 1425212085185744896 | 676363 | brianleroux | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1428470214522408962 | swyx 33521530 | 2021-08-19T21:33:33+00:00 | @brianleroux @DasSurma @jaffathecake not me getting distracted by Surma's calves hot damn he does not skip leg day https://twitter.com/swyx/status/1428470214522408962/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [37, 114] | 1428461614827720705 | 676363 | brianleroux | 0 | 0 | 4 | 0 | 0 | 0 | en | |||||||
1458248761906368519 | swyx 33521530 | 2021-11-10T01:42:52+00:00 | @brianleroux @seldo @trevnorris @andrestaltz ruined js promises for me forever https://staltz.com/promises-are-not-neutral-enough.html | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [32, 102] | 1458248186611441667 | 676363 | brianleroux | 0 | 0 | 9 | 0 | 0 | 0 | en |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);