tweets
6 rows where "created_at" is on date 2021-11-22 and favorite_count = 0 sorted by lang
This data as json, CSV (advanced)
Suggested facets: source, display_text_range, is_quote_status, retweet_count, favorited, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1462705553956691973 | swyx 33521530 | 2021-11-22T08:52:34+00:00 | @SteveALee @dennisl @EasyChirp hmm... the twitter seems active.. why does the website say "Easy Chirp is no longer maintained."? | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [31, 128] | 1462704358227947523 | 14166962 | SteveALee | 0 | 0 | 0 | 0 | 0 | en | ||||||||
1462820793318973445 | swyx 33521530 | 2021-11-22T16:30:29+00:00 | RT @artlapinsch: Using Launch Cheat Sheet by @swyx as the basis for the rework. It's a fantastic resource. https://github.com/sw-yx/launch-cheatsheet | 1462819374251741185 1462819374251741185 | Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 | 0 | [0, 131] | 0 | 4 | 0 | 1 | 1 | 0 | en | |||||||||
1462837422031474692 | swyx 33521530 | 2021-11-22T17:36:34+00:00 | RT @anuraggoel: Announcing Render's $20 million Series A and new free plans 🚀 https://render.com/blog/render-series-a Building Render with amazing people… | 1462790152489558028 1462790152489558028 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 0 | 33 | 0 | 1 | 1 | 0 | en | |||||||||
1462850627801731072 | swyx 33521530 | 2021-11-22T18:29:02+00:00 | RT @AByteOfCodeAlex: How I apply @swyx's priority list: Systems > Goals Discipline > Motivation Trust > Distrust Principles > Tactics Writi… | 1462843985970425857 1462843985970425857 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 152] | 0 | 6 | 0 | 1 | 1 | en | ||||||||||
1462854647891197954 | swyx 33521530 | 2021-11-22T18:45:01+00:00 | RT @ronvoluted: "Productivity through Product Focus" by Reddit's @volanStudio is about to begin! Tune in: https://youtube.com/watch?v=0g0BQex8fyo and joi… | 1462840959427772418 1462840959427772418 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [0, 140] | 1 | 1 | 0 | 1 | 1 | 0 | en | |||||||||
1462897733589635080 | swyx 33521530 | 2021-11-22T21:36:13+00:00 | @AdamTuttle @kentcdodds ahhh crafty | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [24, 35] | 1462897581265145858 | 9686352 | AdamTuttle | 0 | 0 | 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]);