tweets
6 rows where in_reply_to_screen_name = "KennethCassel", is_quote_status = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
created_at (date) 6 ✖
- 2021-08-11 1
- 2021-08-31 1
- 2021-09-15 1
- 2021-10-21 1
- 2021-10-29 1
- 2021-12-13 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1425573389331169286 | swyx 33521530 | 2021-08-11T21:42:36+00:00 | @KennethCassel luck!! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [15, 21] | 1425442750833610760 | 1319269656264409088 | KennethCassel | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1432732200273793027 | swyx 33521530 | 2021-08-31T15:49:10+00:00 | @KennethCassel break a leg! also get a fatigue mat, costs like $10 and much better for your feet/standing | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [15, 105] | 1432711585982734337 | 1319269656264409088 | KennethCassel | 0 | 0 | 2 | 0 | 0 | en | ||||||||
1438249806082686976 | swyx 33521530 | 2021-09-15T21:14:09+00:00 | @KennethCassel @brianleroux got a guesstimate for an on-brand 3 letter dot com domain? | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [15, 86] | 1438248517957419009 | 1319269656264409088 | KennethCassel | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1451333295409491971 | swyx 33521530 | 2021-10-21T23:43:16+00:00 | @KennethCassel f yes this is incredible. well done. hey @supabase @flutterflow take note | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [15, 88] | 1451229925395030021 | 1319269656264409088 | KennethCassel | 0 | 0 | 8 | 0 | 0 | en | ||||||||
1454210028374614016 | swyx 33521530 | 2021-10-29T22:14:23+00:00 | @KennethCassel well that seems like an easy fix!... i hope | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [15, 58] | 1454209766612406275 | 1319269656264409088 | KennethCassel | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1470466078790729729 | swyx 33521530 | 2021-12-13T18:50:07+00:00 | @KennethCassel @SlipApp brave move and still kudos for all the incredible building in public along the way!! still somewhat hoping for at least WIP blogposts for Advanced @Supabase Techniques someday :) | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [24, 202] | 1470438097284390916 | 1319269656264409088 | KennethCassel | 0 | 0 | 11 | 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]);