home / twitter

tweets

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

7 rows where "created_at" is on date 2021-10-25, lang = "en", source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" and user = 33521530 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: retweet_count, favorited, retweeted

display_text_range 7 ✖

  • [0, 139] 1
  • [0, 196] 1
  • [11, 63] 1
  • [12, 29] 1
  • [19, 174] 1
  • [25, 107] 1
  • [27, 181] 1

source 1 ✖

  • Twitter Web App · 7 ✖

lang 1 ✖

  • en · 7 ✖

created_at (date) 1 ✖

  • 2021-10-25 · 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
1452436475430064135 swyx 33521530 2021-10-25T00:46:55+00:00 @acemarke @ProvablyFlarnie ya basically. and my impression was you had to self host mastodon, and switch between networks, which is probably not true but by then i had lost interest       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [27, 181] 1452358332392644614 727704217012604928 acemarke       0 0 1 0 0   en  
1452521988291903492 swyx 33521530 2021-10-25T06:26:43+00:00 @leereilly congrats! page not found... can someone restore it?!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [11, 63] 1452311303196921861 26900242 leereilly       0 0 0 0 0   en  
1452522488022200328 swyx 33521530 2021-10-25T06:28:42+00:00 @triptych @Netlify yay! if you want >1% of power i did an "overview" tutorial here a couple years ago: https://www.youtube.com/watch?v=mT5siI19gtc and its only added functionality since then!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [19, 174] 1452305754208231440 811530 triptych       0 0 4 0 0 0 en  
1452683398254714880 swyx 33521530 2021-10-25T17:08:06+00:00 RT @kentcdodds: This is similar to my attitude toward content creation. I choose the topics I choose primarily because I want to. This is… 1452479329686876163 1452479329686876163     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 139]             1 1 0 1 1   en  
1452772078390689792 swyx 33521530 2021-10-25T23:00:29+00:00 @bramusblog ha thanks Bramus!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [12, 29] 1452770915662635011 380852968 bramusblog       0 0 0 0 0   en  
1452772699512524800 swyx 33521530 2021-10-25T23:02:57+00:00 Looking forward to host the 7th @temporalio meetup tomorrow at 9am PT! Presenting: 💰 Temporal at @Stripe 🗺️ Temporal Feature Map 🎉 2 Year Anniversary Q&A Signup at https://temporal.io/meetup!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 196]             0 5 15 0 0 0 en  
1452782685504491521 swyx 33521530 2021-10-25T23:42:38+00:00 @noahsussman @sophaskins hey @kentcdodds this story is exactly on point for your "Dont Solve Problems" talk       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [25, 107] 1310951946690465792 6331142 noahsussman       0 0 5 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 4285.764ms