home / twitter

tweets

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

5 rows where "created_at" is on date 2021-11-03, retweet_count = 1 and retweeted = 0 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_quote_status

user 1 ✖

  • swyx 5

retweet_count 1 ✖

  • 1 · 5 ✖

quoted_status 1 ✖

  • 1455535930660564995 1

created_at (date) 1 ✖

  • 2021-11-03 · 5 ✖
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
1455702086486663174 swyx 33521530 2021-11-03T01:03:17+00:00 We are organizing an in-person Svelte Summit NYC party (https://lu.ma/sveltenyc if you are around Nov 20!) and so I've been calling random venues in and around the Brooklyn area. Quotes for a ~4 hour event: - $145/pax, 10k bar spend - $145-225/pax w/ wine Booked 3-6months out🤯       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 279]             0 1 8 0 0 0 en  
1455751362843537414 swyx 33521530 2021-11-03T04:19:06+00:00 Still thinking about leverage. Added in some quotes from Naval: https://share.transistor.fm/s/fe209dea       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 87] 1410739112261214209 33521530 swyx       0 1 2 0 0 0 en  
1455798483517001734 swyx 33521530 2021-11-03T07:26:20+00:00 Recently I clipped @Steve_Yegge's podcast talking about the Xbox One disaster (https://swyx.transistor.fm/episodes/xbox-one-and-bad-execs-steve-yegge) and @jertype sent me this video underlining how off-tone execs were: https://www.youtube.com/watch?v=KbWgUO-Rqcw This comment was super insightful: be careful of who you poll vs who leads polls! https://twitter.com/swyx/status/1455798483517001734/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 280]             0 1 4 0 0 0 en  
1455808489415057415 swyx 33521530 2021-11-03T08:06:06+00:00 12am-1am is my peak productivity time, I am blasting thru emails and todo items rn, shoutout to all you late night hustlers who are seeing this realtime       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 152]             0 1 94 0 0   en  
1455820522915127299 swyx 33521530 2021-11-03T08:53:55+00:00 Hard to read but handy report for Community Builders. Some picks: - Typical community spans 6 platforms - Community builders use 13 tools, try 3, no integration - @circleapp has 19% market share!? 🤯 - Chat > Social media > Email > Events Dark horses: Affiliates, QoTD, Advocacy https://twitter.com/OrbitModel/status/1455535930660564995 https://twitter.com/swyx/status/1455820522915127299/photo/1   1455535930660564995 1455535930660564995   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 311]             1 1 15 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 1641.077ms