tweets
5 rows where in_reply_to_user_id = 119903601
This data as json, CSV (advanced)
Suggested facets: is_quote_status, favorite_count, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1427674081843826691 | swyx 33521530 | 2021-08-17T16:50:00+00:00 | @xjamundx thanks man, written in part with you in mind!! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 56] | 1427673244358774786 | 119903601 | xjamundx | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1428100952200859648 | swyx 33521530 | 2021-08-18T21:06:14+00:00 | @xjamundx how about "we now use both React and jQuery screw it" https://twitter.com/swyx/status/1428100847712423938?s=20 | 1428100847712423938 1428100847712423938 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 88] | 1428098541671518208 | 119903601 | xjamundx | 1 | 0 | 1 | 0 | 0 | 0 | en | ||||||
1452487403889836036 | swyx 33521530 | 2021-10-25T04:09:17+00:00 | @xjamundx it was pretty rad! altho honestly i felt like they skimmed over the unbalanced brackets bit and that was the hard part in my eyes | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 139] | 1452468628771643396 | 119903601 | xjamundx | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1456115851434684421 | swyx 33521530 | 2021-11-04T04:27:26+00:00 | @xjamundx ohhhhh wow yup that makes sense | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 41] | 1456109896961724416 | 119903601 | xjamundx | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1472643348725133312 | swyx 33521530 | 2021-12-19T19:01:49+00:00 | @xjamundx was really good to hang out!! wanted to meet you ever since Kent credited you for getting his career going :) | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 119] | 1472615429302484999 | 119903601 | xjamundx | 0 | 0 | 2 | 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]);