tweets
4 rows where in_reply_to_screen_name = "devongovett" and user = 33521530 sorted by lang
This data as json, CSV (advanced)
created_at (date) 3 ✖
- 2021-11-24 2
- 2021-09-18 1
- 2021-12-12 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1439027619849068547 | swyx 33521530 | 2021-09-18T00:44:55+00:00 | @devongovett @AdamRackis BuT mUh dEveLopR eXpERienCe | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [25, 52] | 1439026285615796229 | 15687937 | devongovett | 0 | 0 | 5 | 0 | 0 | en | ||||||||
1463315592207761411 | swyx 33521530 | 2021-11-24T01:16:38+00:00 | @devongovett @jkup honestly curious what is keeping your at Adobe at this point. ofc i really admire you for your stance on open source for the sake of open source, but also the money is incredibly hard to resist | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [19, 212] | 1463217548191838211 | 15687937 | devongovett | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1463329430919548931 | swyx 33521530 | 2021-11-24T02:11:38+00:00 | @devongovett @jkup yeah i hear you. good on you for knowing what you want, getting it, and not getting greedy. | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [19, 110] | 1463323583380340737 | 15687937 | devongovett | 0 | 0 | 10 | 0 | 0 | en | ||||||||
1470150543658029059 | swyx 33521530 | 2021-12-12T21:56:18+00:00 | @devongovett OOH. might actually buy this | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [13, 41] | 1470149196015710209 | 15687937 | devongovett | 0 | 0 | 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]);