tweets
8 rows where in_reply_to_screen_name = "supabase" and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: display_text_range, retweet_count, favorite_count, lang
created_at (date) 8 ✖
- 2021-08-26 1
- 2021-09-24 1
- 2021-10-05 1
- 2021-11-04 1
- 2021-11-18 1
- 2021-11-25 1
- 2021-12-02 1
- 2021-12-21 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1441430337007984652 | swyx 33521530 | 2021-09-24T15:52:27+00:00 | @supabase @ExcelHumor get in on this | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 36] | 1441428275176247302 | 1219566488325017602 | supabase | 0 | 0 | 11 | 0 | 0 | en | ||||||||
1456160208963526661 | swyx 33521530 | 2021-11-04T07:23:42+00:00 | @supabase Flashing Libs Pg Digger Serverless Off the GIS | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 56] | 1456141666008453122 | 1219566488325017602 | supabase | 0 | 0 | 10 | 0 | 0 | en | ||||||||
1463681245888405507 | swyx 33521530 | 2021-11-25T01:29:37+00:00 | @supabase supa based | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 20] | 1463408579931557888 | 1219566488325017602 | supabase | 0 | 0 | 4 | 0 | 0 | en | ||||||||
1466486286437412873 | swyx 33521530 | 2021-12-02T19:15:51+00:00 | @supabase @logflare_logs @chasers wowww congrats both!! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [34, 55] | 1466435011666759696 | 1219566488325017602 | supabase | 0 | 0 | 5 | 0 | 0 | en | ||||||||
1473343859279396864 | swyx 33521530 | 2021-12-21T17:25:24+00:00 | @supabase @zernonia fyi getting this error right now https://twitter.com/swyx/status/1473343859279396864/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [20, 52] | 1473322587472244747 | 1219566488325017602 | supabase | 0 | 0 | 1 | 0 | 0 | 0 | en | |||||||
1430781576842027008 | swyx 33521530 | 2021-08-26T06:38:05+00:00 | @supabase https://twitter.com/swyx/status/1430781576842027008/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [9, 9] | 1430779307803226113 | 1219566488325017602 | supabase | 0 | 1 | 54 | 0 | 0 | 0 | und | |||||||
1445307017422258177 | swyx 33521530 | 2021-10-05T08:37:00+00:00 | @supabase Art. | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [10, 14] | 1445306296320741379 | 1219566488325017602 | supabase | 0 | 0 | 11 | 0 | 0 | und | ||||||||
1461399254950318080 | swyx 33521530 | 2021-11-18T18:21:48+00:00 | @supabase https://twitter.com/swyx/status/1461399254950318080/photo/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [9, 9] | 1461396811315298313 | 1219566488325017602 | supabase | 0 | 0 | 8 | 0 | 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]);