tweets
5 rows where favorite_count = 13 and is_quote_status = 1
This data as json, CSV (advanced)
Suggested facets: user, source, retweet_count, lang, created_at (date)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1374247809730318336 | Dan Rowden ⚡️ 5264 | 2021-03-23T06:33:04+00:00 | Automate your MRR-in-profile 😄 https://twitter.com/jsjoeio/status/1374212336693641217 | Republic of Mauritius ee9d992aa12a6fa0 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 30] | 1 | 0 | 13 | 0 | 0 | 0 | en | |||||||||
1420614194265686017 | swyx 33521530 | 2021-07-29T05:16:32+00:00 | Met @Aella_Girl today and experienced that rare feeling when someone collects better questions than I do. It was unnerving and exciting at the same time. Check hers out: https://www.askhole.io The right question at the right time in your life can be a Nexus event. https://twitter.com/swyx/status/1349271110492196870 | 1349271110492196870 1349271110492196870 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 268] | 1 | 0 | 13 | 0 | 0 | 0 | en | |||||||||
1429689406516908032 | swyx 33521530 | 2021-08-23T06:18:11+00:00 | @alexandereardon everyone switched to @sveltejs! https://twitter.com/chantastic/status/1426318522242588675?s=21 | 1426318522242588675 1426318522242588675 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [17, 72] | 1429590851966046217 | 37125581 | alexandereardon | 1 | 0 | 13 | 0 | 0 | 0 | en | ||||||
1450201578330222593 | swyx 33521530 | 2021-10-18T20:46:14+00:00 | and just found out that Cloudflare is sponsoring @SvelteSociety's next Summit! great minds think alike, Cloudflare has great taste 🥂 https://twitter.com/SvelteSociety/status/1450199092701892613?s=20 | 1450199092701892613 1450199092701892613 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 160] | 1450186580149211137 | 33521530 | swyx | 1 | 0 | 13 | 0 | 0 | 0 | en | ||||||
1465524048574627841 | swyx 33521530 | 2021-11-30T03:32:15+00:00 | @Nutlope https://twitter.com/elzr/status/1381105950602461189 | 1381105950602461189 1381105950602461189 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [9, 32] | 1465521492331016193 | 3246815913 | Nutlope | 1 | 1 | 13 | 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]);