home / twitter

tweets

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

7 rows where "created_at" is on date 2021-10-05, favorited = 0 and retweeted = 1 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, display_text_range, is_quote_status, favorite_count

user 4 ✖

  • swyx 4
  • Randall 1
  • rita ❄️ 1
  • React New York 1

retweeted 1 ✖

  • 1 · 7 ✖

favorited 1 ✖

  • - · 7 ✖

created_at (date) 1 ✖

  • 2021-10-05 · 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
1445439018359996417 React New York 1074605328694722560 2021-10-05T17:21:31+00:00 2 more to go! @deekshasharma25 will talk about headless architecture and we finish React Day New York with @swyx You can watch the event over at https://reactnewyork.com/ or on YouTube https://www.youtube.com/playlist?list=PLiKqsi6CxPy6Njsj1WuTSYkDKmPtPy95O Be sure to join the live chat and ask questions.       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 258]             0 4 6 0 1 0 en  
1445442241384701960 swyx 33521530 2021-10-05T17:34:20+00:00 RT @ReactNewYork: 2 more to go! @deekshasharma25 will talk about headless architecture and we finish React Day New York with @swyx You can… 1445439018359996417 1445439018359996417     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 140]             0 4 0 0 1   en  
1445463239475621898 Randall 206918128 2021-10-05T18:57:46+00:00 Today at 2pm PT! And it’s actually my very first Twitter space. https://twitter.com/i/spaces/1rmGPgLvlgmKN https://twitter.com/RandallKanna/status/1445463239475621898/photo/1       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 88]             0 1 13 0 1 0 en  
1445463346916986885 swyx 33521530 2021-10-05T18:58:11+00:00 RT @RandallKanna: Today at 2pm PT! And it’s actually my very first Twitter space. https://twitter.com/i/spaces/1rmGPgLvlgmKN https://twitter.com/RandallKanna/status/1445463239475621898/photo/1 1445463239475621898 1445463239475621898     Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 130]             0 1 0 0 1 0 en  
1445524267244785664 swyx 33521530 2021-10-05T23:00:16+00:00 RT @Rich_Harris: i will be sharing some ✨ o p i n i o n s ✨ about web development — MPAs, SPAs and other TLAs — at @jamstackconf next week… 1442862057829765126 1442862057829765126     Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [0, 139]             0 35 0 0 1   en  
1445533835945414662 rita ❄️ 232076816 2021-10-05T23:38:17+00:00 A+ write up from @swyx. the great thing about “from the outside in” metaphor is that it works figuratively and literally — cloudflare, by sitting in front of the cloud allows customers to gradually shift their workloads from the centralized cloud to the edge https://twitter.com/swyx/status/1445044267508850695   1445044267508850695 1445044267508850695 San Francisco 5a110d312052166f Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [0, 259]             1 3 31 0 1 0 en  
1445537727131176967 swyx 33521530 2021-10-05T23:53:45+00:00 RT @ritakozlov_: A+ write up from @swyx. the great thing about “from the outside in” metaphor is that it works figuratively and literally —… 1445533835945414662 1445533835945414662     Twitter for iPad 574fe4fa937eeb131136f7e3678f32d4ff3078d5 0 [0, 140]             1 3 0 0 1   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 1206.774ms