tweets
6 rows where in_reply_to_screen_name = "ASpittel" and user = 33521530 sorted by lang
This data as json, CSV (advanced)
Suggested facets: lang
created_at (date) 5 ✖
- 2021-08-03 2
- 2021-09-28 1
- 2021-10-15 1
- 2021-11-29 1
- 2021-11-30 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1422427493710012416 | swyx 33521530 | 2021-08-03T05:21:56+00:00 | @ASpittel @AWSAmplify Amplify DataStore + Auth is just 👩🏽🍳😘 in this kind of use case! great tutorial, especially with a full video walkthrough, just amazing work! one thing i'd add here is a callout to Selective Sync - you dont want datastore to sync down private info from other users! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [22, 288] | 1422207113036804101 | 3092104835 | ASpittel | 0 | 0 | 7 | 0 | 0 | en | ||||||||
1442772008127795205 | swyx 33521530 | 2021-09-28T08:43:46+00:00 | @ASpittel i was just there!!! https://twitter.com/swyx/status/1442772008127795205/photo/1 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 29] | 1442585801603235844 | 3092104835 | ASpittel | 0 | 0 | 9 | 0 | 0 | 0 | en | |||||||
1448894109716922373 | swyx 33521530 | 2021-10-15T06:10:49+00:00 | @ASpittel ALI HAVE YOU TRIED `GH PR CHECKOUT` IT IS AMAZING | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 59] | 1448752696371015681 | 3092104835 | ASpittel | 0 | 0 | 17 | 0 | 0 | en | ||||||||
1465223084571385859 | swyx 33521530 | 2021-11-29T07:36:20+00:00 | @ASpittel jealous… have fun!!! | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [10, 30] | 1465116682775449607 | 3092104835 | ASpittel | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1465491518496464905 | swyx 33521530 | 2021-11-30T01:23:00+00:00 | @ASpittel break a leg Ali!!!!! go @AWSAmplify! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 46] | 1465489421910745095 | 3092104835 | ASpittel | 0 | 0 | 3 | 0 | 0 | en | ||||||||
1422567771682983937 | swyx 33521530 | 2021-08-03T14:39:21+00:00 | @ASpittel @AWSAmplify !!!!! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [22, 27] | 1422556120527298565 | 3092104835 | ASpittel | 0 | 0 | 1 | 0 | 0 | und |
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]);