home / twitter

tweets

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

10 rows where favorite_count = 0, lang = "und" and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_quote_status

created_at (date) 10 ✖

  • 2021-08-21 1
  • 2021-08-31 1
  • 2021-09-01 1
  • 2021-09-25 1
  • 2021-09-29 1
  • 2021-09-30 1
  • 2021-10-02 1
  • 2021-11-30 1
  • 2021-12-20 1
  • 2021-12-21 1

quoted_status 2 ✖

  • 1142025639744008194 1
  • 1417165270641045505 1

lang 1 ✖

  • und · 10 ✖

favorite_count 1 ✖

  • - · 10 ✖
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
1428869838991028226 swyx 33521530 2021-08-21T00:01:31+00:00 @sjroot @WaveConnects       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [8, 21] 1428864630093398019 1624166100 sjroot       0 0 0 0 0   und  
1432796518281453570 swyx 33521530 2021-08-31T20:04:44+00:00 @CntrvaslDev it's @temporalio ! https://twitter.com/swyx/status/1417165270641045505   1417165270641045505 1417165270641045505   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [13, 56] 1432791593396936704 930727203876364289 CntrvaslDev       1 0 0 0 0 0 und  
1433173897646645259 swyx 33521530 2021-09-01T21:04:18+00:00 @whatwind101 gm       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [13, 15] 1433146824047611904 982927232627822592 whatwind101       0 0 0 0 0   und  
1441635007899049992 swyx 33521530 2021-09-25T05:25:44+00:00 @flyin1501 @tailwindcss yes       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [24, 27] 1441631459865874439 2684994602 flyin1501       0 0 0 0 0   und  
1443315520749510658 swyx 33521530 2021-09-29T20:43:30+00:00 @tylermcginnis @_jayphelps few       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [27, 30] 1443313666024112132 380724965 tylermcginnis       0 0 0 0 0   und  
1443648184400502785 swyx 33521530 2021-09-30T18:45:23+00:00 @analyseian @wongmjane @SlackHQ hmm... https://twitter.com/search?q=slack%20down&src=typed_query       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [32, 62] 1443645544879075336 1017496907013394432 analyseian       0 0 0 0 0 0 und  
1444097579331964928 swyx 33521530 2021-10-02T00:31:07+00:00 @searls @testdouble @hashrockettil @thoughtbot @atomicobject 🙏 😹       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [61, 64] 1444095095721152513 9038902 searls       0 0 0 0 0   und  
1465500077426835463 swyx 33521530 2021-11-30T01:57:00+00:00 @baggerholder1 -60% :sus: https://twitter.com/swyx/status/1465500077426835463/photo/1       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [15, 25] 1402152638087536653 1391625634611224578 baggerholder1       0 0 0 0 0 0 und  
1473026177833275392 swyx 33521530 2021-12-20T20:23:02+00:00 @buildsghost @tmcw https://twitter.com/swyx/status/1142025639744008194   1142025639744008194 1142025639744008194   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [19, 42] 1473025536419004416 1175464650395111424 buildsghost       1 0 0 0 0 0 und  
1473336492575846402 swyx 33521530 2021-12-21T16:56:07+00:00 @jonbretman 💯       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [12, 13] 1473327040568905736 482366126 jonbretman       0 0 0 0 0   und  

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 2393.45ms