tweets
8 rows where in_reply_to_screen_name = "NHeinDev" and user = 33521530
This data as json, CSV (advanced)
Suggested facets: display_text_range, favorite_count
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1433840748588195841 | swyx 33521530 | 2021-09-03T17:14:08+00:00 | @NHeinDev @AngelaRiggs_ seconded. @freeCodeCamp let me dip my toe in the water before deciding on my career change. https://medium.com/hackernoon/no-zero-days-my-path-from-code-newbie-to-full-stack-developer-in-12-months-214122a8948f | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [24, 140] | 1433840277505052675 | 1333059155154907138 | NHeinDev | 0 | 0 | 3 | 0 | 0 | 0 | en | |||||||
1436723434659237894 | swyx 33521530 | 2021-09-11T16:08:54+00:00 | @NHeinDev twitter search :) https://twitter.com/search?q=from%3Aswyx%20narrow%20interests&src=typed_query | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 51] | 1436721662704107522 | 1333059155154907138 | NHeinDev | 0 | 0 | 1 | 0 | 0 | 0 | en | |||||||
1445874223726010376 | swyx 33521530 | 2021-10-06T22:10:52+00:00 | @NHeinDev @MiamiJS how damn that beard is looking good on you | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [19, 61] | 1445873531879886852 | 1333059155154907138 | NHeinDev | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1456746712467337220 | swyx 33521530 | 2021-11-05T22:14:15+00:00 | @NHeinDev its been great getting to know you! you are really good on twitter spaces btw, do more | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 96] | 1456746553750790144 | 1333059155154907138 | NHeinDev | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1460403317343850500 | swyx 33521530 | 2021-11-16T00:24:18+00:00 | @NHeinDev web3 is my backup plan | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 32] | 1460401882942353417 | 1333059155154907138 | NHeinDev | 0 | 0 | 6 | 0 | 0 | en | ||||||||
1460411597889826823 | swyx 33521530 | 2021-11-16T00:57:12+00:00 | @NHeinDev yeah no doubt! glad it helped. i think of it this way - its higher value for me to reap seeds i sowed 3 years ago than to constantly keep running around throwing seeds and never staying put long enough to see something of substance result. it’ll still be early days in 4 years. | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 287] | 1460410040687509505 | 1333059155154907138 | NHeinDev | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1463717308505808898 | swyx 33521530 | 2021-11-25T03:52:55+00:00 | @NHeinDev @developer_dao what kind of projects? | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [25, 47] | 1463690278468997121 | 1333059155154907138 | NHeinDev | 0 | 0 | 3 | 0 | 0 | en | ||||||||
1470333857257824256 | swyx 33521530 | 2021-12-13T10:04:43+00:00 | @NHeinDev i mean like the replies here are evidence, plus i think a lot of @RandallKanna's boldness and originality comes from her homeschooling but was also just reflecting on homeschooled people i know from college and have heard on podcasts. I think i'd be keen to do it for my kids. | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 287] | 1470202973481582605 | 1333059155154907138 | NHeinDev | 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]);