tweets
4 rows where in_reply_to_screen_name = "jamonholmgren" and retweet_count = 0 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source, is_quote_status
created_at (date) 4 ✖
- 2021-08-31 1
- 2021-09-05 1
- 2021-11-29 1
- 2021-12-02 1
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1432510138741497860 | swyx 33521530 | 2021-08-31T01:06:46+00:00 | @jamonholmgren any workplace where company leaders regularly podcast with employees like normal human beings is automatic +30 in my book | Twitter for iPad 574fe4fa937eeb131136f7e3678f32d4ff3078d5 | 0 | [15, 136] | 1432508680302325760 | 30273948 | jamonholmgren | 0 | 0 | 12 | 0 | 0 | en | ||||||||
1434412077020557314 | swyx 33521530 | 2021-09-05T07:04:23+00:00 | @jamonholmgren aw thanks for the compliment! i realized this about the Internet algorithm long ago - it is a max() function, not an avg() function. Twitter lets you resurface old high signal tweets when you append another. if you have a narrow set of interests its easy https://twitter.com/swyx/status/1326843725553627138?s=21 | 1326843725553627138 1326843725553627138 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [15, 295] | 1434406106722234368 | 30273948 | jamonholmgren | 1 | 0 | 1 | 0 | 0 | 0 | en | ||||||
1465222600557170691 | swyx 33521530 | 2021-11-29T07:34:25+00:00 | @jamonholmgren happy birthday Jamon! you are very blessed and have inspired many of us as you share your journey. may the next 10 be as amazing! | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [15, 144] | 1465106815943790593 | 30273948 | jamonholmgren | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1466500637382774787 | swyx 33521530 | 2021-12-02T20:12:52+00:00 | @jamonholmgren Github needs so much work to make monorepos remotely usable, hope someone is looking into it over there | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [15, 118] | 1466438953288953857 | 30273948 | jamonholmgren | 0 | 0 | 6 | 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]);