home / twitter

tweets

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

7 rows where in_reply_to_user_id = 2932738834 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, is_quote_status, retweet_count, favorite_count

created_at (date) 6 ✖

  • 2021-10-26 2
  • 2021-09-21 1
  • 2021-10-06 1
  • 2021-10-12 1
  • 2021-12-11 1
  • 2021-12-20 1

user 1 ✖

  • swyx 7

in_reply_to_user_id 1 ✖

  • 2932738834 · 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
1440390289760219142 swyx 33521530 2021-09-21T18:59:40+00:00 @techgirl1908 @temporalio @stevekinney @sveltejs @tailwindcss just being honest haha       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [62, 84] 1440390114752884741 2932738834 techgirl1908       0 0 1 0 0   en  
1445849890328748039 swyx 33521530 2021-10-06T20:34:11+00:00 @techgirl1908 @EmmaBostian @InfobipShift @renderATL @xirclebox i knoowwwww and i was so looking forward to hanging out with you too! i'll def be there next year 💪       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [63, 164] 1445843448012103680 2932738834 techgirl1908       0 0 5 0 0   en  
1447803435160457220 swyx 33521530 2021-10-12T05:56:52+00:00 @techgirl1908 haha amazing that even someone as well known as you gets upset over a good ol’ “You are unable to view this tweet”       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [14, 128] 1447794738095132673 2932738834 techgirl1908       0 0 1 0 0   en  
1452821252951867394 swyx 33521530 2021-10-26T02:15:53+00:00 @techgirl1908 @anildash the "banking the unbanked" to Miami lambo party pipeline 👀       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [24, 82] 1452820534425706496 2932738834 techgirl1908       0 0 12 0 0   en  
1452822595649212416 swyx 33521530 2021-10-26T02:21:13+00:00 @techgirl1908 I'm not opposed to web3, but I think that greed has seduced many to worship Digital Scarcity like it is the second coming. They forget that Digital Abundance - the open source, positive sum nature of web2 (yes, with serious flaws) - embodies the best of human generosity.       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [14, 287] 1452811729470201858 2932738834 techgirl1908       0 1 51 0 0   en  
1469803081206415361 swyx 33521530 2021-12-11T22:55:36+00:00 @techgirl1908 wouldve loooved to talk to you about joining @temporalio but figured you already had your next thing tied up + you’d be swamped. gotta follow my own rule of thumb here 😱 https://twitter.com/swyx/status/1383101776627331072?s=21   1383101776627331072 1383101776627331072   Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [14, 209] 1469354511865196544 2932738834 techgirl1908       1 0 5 0 0 0 en  
1473027662658813953 swyx 33521530 2021-12-20T20:28:56+00:00 @techgirl1908 whoaaaa huge move. congrats Angie!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [14, 48] 1472962220501913607 2932738834 techgirl1908       0 0 9 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 1105.114ms