home / twitter

tweets

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

9 rows where "created_at" is on date 2021-09-14 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: retweeted

favorite_count 6 ✖

  • 1 3
  • 2 2
  • 0 1
  • 15 1
  • 122 1
  • 990 1

user 2 ✖

  • swyx 8
  • Melanie Perkins 1

source 1 ✖

  • Twitter Web App · 9 ✖

created_at (date) 1 ✖

  • 2021-09-14 · 9 ✖
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
1437814369044234240 swyx 33521530 2021-09-14T16:23:53+00:00 RT @DevtoolsFM: Have you been sold a technology only to encounter the pitfalls months later? @swyx wants to be an honest advocate. https:/… 1437813679932821505 1437813679932821505     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 140]             0 3 0 0 1   en  
1437814869504319491 swyx 33521530 2021-09-14T16:25:52+00:00 @tlakomy if your EDI persists for 4 hours or more, call a doctor       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [9, 64] 1437814357329682438 1903060381 tlakomy       0 0 15 0 0   en  
1437818155909337091 swyx 33521530 2021-09-14T16:38:56+00:00 @dakanter @tlakomy @stedi hahaha given how many people i know there i am not surprised! hi folks       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [26, 96] 1437817968877051913 804105592688279552 dakanter       0 0 1 0 0   en  
1437843899020562432 swyx 33521530 2021-09-14T18:21:14+00:00 TIL if you 🧡 a tweet tagged with #AppleEvent, you get a fancy animated 🍎 confirmation! Fun little bit of whimsy, well done @TwitterDev! https://twitter.com/swyx/status/1437843899020562432/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 136]             0 0 122 0 0 0 en  
1437852343022669824 swyx 33521530 2021-09-14T18:54:47+00:00 @peterpme @renderATL seriously so bummed.       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [21, 41] 1437850816791076865 25711093 peterpme       0 0 1 0 0   en  
1437852397443813376 swyx 33521530 2021-09-14T18:55:00+00:00 @peterpme @renderATL next year tho!! hopefully they will have me back.       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [21, 70] 1437852343022669824 33521530 swyx       0 0 2 0 0   en  
1437852878274633733 swyx 33521530 2021-09-14T18:56:54+00:00 @robwalling @donpottinger that was a great story, thanks for sharing it. Cant imagine the emotional rollercoaster and self doubt through that process.       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [26, 150] 1437846362108821505 86174269 robwalling       0 0 1 0 0   en  
1437859788495351808 swyx 33521530 2021-09-14T19:24:22+00:00 @BHolmesDev @eleven_ty @snowpackjs got here from @FredKSchott's blogpost. what a fun announcement format!!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [35, 106] 1404426841440538627 1042799721948098560 BHolmesDev       0 0 2 0 0   en  
1437918660455124997 Melanie Perkins 311340284 2021-09-14T23:18:18+00:00 The opportunity that we have is only superseded by the responsibility we feel. We hope we can live up to it over the years to come. So lucky to turn a wild idea into reality with the best team, community and investors. Exciting progress on our 2-step plan: https://bit.ly/3zczurU       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 280]             0 130 990 0 0 0 en  

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 3684.962ms