home / twitter

tweets

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

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: user

quoted_status 4 ✖

  • 1423327998556606464 1
  • 1425185575645024256 1
  • 1425477419524308994 1
  • 1425560858353049601 1

retweet_count 3 ✖

  • 0 3
  • 2 1
  • 38 1

is_quote_status 1 ✖

  • 1 · 5 ✖

created_at (date) 1 ✖

  • 2021-08-11 · 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
1425477419524308994 Justin ETH 💰Samuels 3311526940 2021-08-11T15:21:15+00:00 Everyone attending @renderATL will: 1. Show proof of vaccination or negative COVID test 📝 2. Receive KN95 masks 😷 3. Take an on-site rapid COVID test ⭐️ We’ve taken the unprecedented step of swabbing everyone attending! Learn more here 👉🏾 https://bit.ly/3xBKvSS https://twitter.com/renderATL/status/1425473400957440008     Atlanta 8173485c72e78ca5 Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 270]             1 38 122 0 0 0 en  
1425505828249866246 swyx 33521530 2021-08-11T17:14:08+00:00 @copy_ai and @DebuildHQ seem to be the leading GPT3 startups a year out from the initial kerfuffle https://twitter.com/sharifshameem/status/1425185575645024256?s=20   1425185575645024256 1425185575645024256   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 123] 1373008304549466112 33521530 swyx       1 0 7 0 0 0 en  
1425512518437330944 swyx 33521530 2021-08-11T17:40:43+00:00 Proud to be joining a conference that is taking measured Covid precautions. If you're in the East Coast, come see my first ever talk on @temporalio and the *amazing* list of other speakers at @renderATL! https://www.renderatl.com/speakers https://twitter.com/ThugDebugger/status/1425477419524308994   1425477419524308994 1425477419524308994   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 228]             1 2 15 0 0 0 en  
1425559768039510021 swyx 33521530 2021-08-11T20:48:28+00:00 @dabit3 obnoxious startup bros be like https://twitter.com/swyx/status/1423327998556606464   1423327998556606464 1423327998556606464   Twitter for iPad 574fe4fa937eeb131136f7e3678f32d4ff3078d5 0 [8, 38] 1425430853518340099 17189394 dabit3       1 0 9 0 0 0 en  
1425585123622223873 swyx 33521530 2021-08-11T22:29:14+00:00 @glv @jessmartin @jbrancha @sidekiq @_swanand ah yeah... do they not give you a preview of when the next one is supposed to happen? i really liked that part of the cloudflare UI, helps to doublecheck that you did it right https://twitter.com/ritakozlov_/status/1425560858353049601?s=20   1425560858353049601 1425560858353049601   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [46, 245] 1425581619637796867 14553123 glv       1 0 1 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 11798.571ms