tweets
3 rows where "created_at" is on date 2021-09-21 and retweet_count = 2 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source, retweeted
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1440190632761257996 | Franco Lombardo 57264296 | 2021-09-21T05:46:18+00:00 | Smart servers or smart clients? Interesting post by @swyx https://www.swyx.io/client-server-battle | Twitter for Android f0976f342215a984184a13a54b26877ece8cebba | 0 | [0, 81] | 0 | 2 | 4 | 0 | 1 | 0 | en | ||||||||||
1440190991500132354 | swyx 33521530 | 2021-09-21T05:47:44+00:00 | RT @f_lombardo: Smart servers or smart clients? Interesting post by @swyx https://www.swyx.io/client-server-battle | 1440190632761257996 1440190632761257996 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 97] | 0 | 2 | 0 | 0 | 1 | 0 | en | |||||||||
1440196339405508609 | swyx 33521530 | 2021-09-21T06:08:59+00:00 | 🆕 Today's clip is on Podcast Economics: The Math to $14,000 a month: 10,000 fans * 4 ads a week * 25 CPM each ad = $1,000 a week, $4k a month 50,000 fans => $20k a month Sales cut - 15-30% https://share.transistor.fm/s/6d8837a6 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 221] | 0 | 2 | 15 | 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]);