home / twitter

tweets

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

9 rows where "created_at" is on date 2021-09-10, favorited = 0 and retweeted = 1 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, display_text_range, is_quote_status, retweet_count, favorite_count

user 5 ✖

  • swyx 5
  • Patrick McKenzie 1
  • Don Syme 1
  • Paul Copplestone 1
  • devtools.fm 1

retweeted 1 ✖

  • 1 · 9 ✖

favorited 1 ✖

  • - · 9 ✖

created_at (date) 1 ✖

  • 2021-09-10 · 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
1436130456324526081 Don Syme 25663453 2021-09-10T00:52:37+00:00 A farewell to Simon Peyton Jones as he leaves Microsoft Research Subject: RE: New horizon   I would like to add a few words to what Chris has written.  I know I am also speaking for Mads, the current lead designer of C# (cc’d)       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 228]             0 312 888 0 1   en  
1436145598772625462 Paul Copplestone 832817861844275200 2021-09-10T01:52:47+00:00 Less than 2 years ago I met @AntWilson in a coffee shop to brainstorm an open source company that could delight developers. Today, @supabase raised a $30M Series A with @carynm650 joining the board. We couldn't have done it without our amazing team and open source contributors. https://twitter.com/TechCrunch/status/1436011709865603075   1436011709865603075 1436011709865603075   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 279]             1 25 350 0 1 0 en  
1436214579705569283 swyx 33521530 2021-09-10T06:26:54+00:00 RT @kiwicopple: Less than 2 years ago I met @AntWilson in a coffee shop to brainstorm an open source company that could delight developers.… 1436145598772625462 1436145598772625462     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             1 25 0 0 1   en  
1436215354955550720 swyx 33521530 2021-09-10T06:29:58+00:00 RT @jasonlaster11: Oh snap! @replayio is launching next Wednesday 🚀 https://twitter.com/jasonlaster11/status/1436028541498368017/photo/1 1436028541498368017 1436028541498368017     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 91]             0 20 0 0 1 0 en  
1436239651778351108 Patrick McKenzie 20844341 2021-09-10T08:06:31+00:00 This is the most ludicrous tech demo I’ve seen since the Twilio demo. https://youtu.be/SGUCcjHTmGY       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 94]             0 72 561 0 1 0 en  
1436300371081768971 swyx 33521530 2021-09-10T12:07:48+00:00 RT @patio11: This is the most ludicrous tech demo I’ve seen since the Twilio demo. https://youtu.be/SGUCcjHTmGY 1436239651778351108 1436239651778351108     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 107]             0 72 0 0 1 0 en  
1436322793201627148 swyx 33521530 2021-09-10T13:36:54+00:00 RT @dsymetweets: A farewell to Simon Peyton Jones as he leaves Microsoft Research Subject: RE: New horizon   I would like to add a few wo… 1436130456324526081 1436130456324526081     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 140]             0 312 0 0 1   en  
1436362948956639237 devtools.fm 1389094644328271872 2021-09-10T16:16:28+00:00 What's temporal? What kinds of tasks might you accomplish with it? Hear Shawn Wang talk all about it on today's episode of http://devtools.fm. Out now! https://devtools.fm/episode/13 https://twitter.com/DevtoolsFM/status/1436362948956639237/video/1       LaterMedia e5057be9f0fb05c9d0d7206d7e0b388a4067eb68 0 [0, 181]             0 4 20 0 1 0 en  
1436422883987890186 swyx 33521530 2021-09-10T20:14:37+00:00 RT @DevtoolsFM: What's temporal? What kinds of tasks might you accomplish with it? Hear Shawn Wang talk all about it on today's episode of… 1436362948956639237 1436362948956639237     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 139]             0 4 0 0 1   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 1686.697ms