home / twitter

tweets

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

7 rows where "created_at" is on date 2021-11-13, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: retweet_count, favorite_count

source 1 ✖

  • Twitter Web App · 7 ✖

retweeted 1 ✖

  • - · 7 ✖

is_quote_status 1 ✖

  • - · 7 ✖

created_at (date) 1 ✖

  • 2021-11-13 · 7 ✖
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
1459328356516700161 swyx 33521530 2021-11-13T01:12:47+00:00 @arvidkahl @csallen hmm. "Property not Art" is the new "Blockchain not Bitcoin"?       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [20, 80] 1459328092795723776 343990983 arvidkahl       0 0 1 0 0   en  
1459609796940685318 swyx 33521530 2021-11-13T19:51:08+00:00 @jcreamer898 for real tho what do you eat? you look amazing, congrats       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [13, 69] 1459595393990279169 52417305 jcreamer898       0 0 2 0 0   en  
1459610092811141121 swyx 33521530 2021-11-13T19:52:19+00:00 @jaltma can you define a lot? market rate for first 10 is 1-2%, should it be higher?       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [8, 84] 1459609704372400129 423094645 jaltma       0 0 8 0 0   en  
1459612378157379584 swyx 33521530 2021-11-13T20:01:23+00:00 @tedivm @jaltma I haven't *actually* been first 10 so i'm going off hearsay. Honestly originally wrote 1% and bumped it up to 1-2% on second thought. I was #20 ish and wanted 1% and got smacked down hard lol       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [16, 208] 1459611240234377218 66319826 tedivm       0 0 1 0 0   en  
1459615705762914304 swyx 33521530 2021-11-13T20:14:37+00:00 Dunno who needs to hear this but the Sesame Street gang all tweet in character! The MVPs - @Elmo - @BigBird - @OscarTheGrouch Handles squatted: - @SesameErnie - @BertSesame - @AbbyCadabbySST Made it work anyway: - @CountVonCount - @MeCookieMonster Too cool for this: Rosita https://twitter.com/swyx/status/1459615705762914304/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 279]             0 0 9 0 0 0 en  
1459629128127168512 swyx 33521530 2021-11-13T21:07:57+00:00 I meaaaan its technically true that there are no ads here https://twitter.com/swyx/status/1459629128127168512/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 57] 1458221287428427778 33521530 swyx       0 0 10 0 0 0 en  
1459667585272713218 swyx 33521530 2021-11-13T23:40:46+00:00 🗽 Just booked a giant AirBnB for next week's NYC Svelte Summit (https://lu.ma/sveltenyc)! If any out of towners are considering flying in for #SvelteSummit, we have 1-2 beds left in the SvelteShack. DM to join! If you're local and interested in the future of the Web, join us:       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 279]             0 2 33 1 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 14594.383ms