home / twitter

tweets

This is data scraped from swyx's timeline! See blog post

7 rows where "created_at" is on date 2021-10-04 and retweeted = 1 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: user, source, display_text_range, retweet_count, favorite_count, lang

retweeted 1 ✖

  • 1 · 7 ✖

created_at (date) 1 ✖

  • 2021-10-04 · 7 ✖

in_reply_to_screen_name 0 ✖

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
1444937897510006786 swyx 33521530 2021-10-04T08:10:15+00:00 RT @TrungTPhan: 6/ "My opinions are not mine and they are holding me back" https://twitter.com/TrungTPhan/status/1444684313954455558/photo/1 1444684313954455558 1444684313954455558     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 98]             0 34 0 0 1 0 en  
1445044267508850695 swyx 33521530 2021-10-04T15:12:55+00:00 🆕 post: Eating the Cloud from Outside In How do you compete with 3 clouds 50x your size? While they play Chess, @Cloudflare plays Go. https://www.swyx.io/cloudflare-go/       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 160]             0 35 151 0 1 0 en  
1445103851783082002 Kent C. Dodds 💿🔴 389681470 2021-10-04T19:09:41+00:00 🎉 I'm thrilled to announce a brand new http://kentcdodds.com Let me tell you what's so exciting about this... https://twitter.com/kentcdodds/status/1445103851783082002/video/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 112]             0 124 1345 0 1 0 en  
1445127195509153798 swyx 33521530 2021-10-04T20:42:27+00:00 RT @swyx: 🆕 post: Eating the Cloud from Outside In How do you compete with 3 clouds 50x your size? While they play Chess, @Cloudflare pla… 1445044267508850695 1445044267508850695     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 140]             0 35 0 0 1   en  
1445158504013066243 swyx 33521530 2021-10-04T22:46:51+00:00 RT @kentcdodds: 🎉 I'm thrilled to announce a brand new http://kentcdodds.com Let me tell you what's so exciting about this... https://t.… 1445103851783082002 1445103851783082002     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 140]             0 124 0 0 1 0 en  
1445112871424339974 Osman Cea 120550262 2021-10-04T19:45:32+00:00 Dudes, esta conversación entre @swyx y @threepointone es puro oro. https://www.youtube.com/watch?v=H3h1WICelqs       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 91]             0 3 17 0 1 0 es  
1445115297065693198 swyx 33521530 2021-10-04T19:55:10+00:00 RT @daslaf: Dudes, esta conversación entre @swyx y @threepointone es puro oro. https://www.youtube.com/watch?v=H3h1WICelqs 1445112871424339974 1445112871424339974     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 103]             0 3 0 0 1 0 es  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 809.722ms