home / twitter

tweets

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

9 rows where "created_at" is on date 2021-08-18 and favorite_count = 1 sorted by lang

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source, is_quote_status, lang

user 1 ✖

  • swyx 9

retweeted 1 ✖

  • 0 9

favorite_count 1 ✖

  • 1 · 9 ✖

created_at (date) 1 ✖

  • 2021-08-18 · 9 ✖
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
1427783827120816132 swyx 33521530 2021-08-18T00:06:05+00:00 @EugeneNg_VCap nice save :)       Twitter for iPad 574fe4fa937eeb131136f7e3678f32d4ff3078d5 0 [15, 27] 1427782927715209226 915576521129041920 EugeneNg_VCap       0 0 1 0 0   en  
1427792566922010626 swyx 33521530 2021-08-18T00:40:49+00:00 @BrantApps @Hicksyfern @JustEatUK add one star per year, simple       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [34, 63] 1427792321970638850 345246419 BrantApps       0 0 1 0 0   en  
1427794789508939778 swyx 33521530 2021-08-18T00:49:39+00:00 @Swizec @Chris2Brooks but Apple doesnt make webcams?       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [22, 52] 1427793494857244672 15353121 Swizec       0 0 1 0 0   en  
1427810778283794439 swyx 33521530 2021-08-18T01:53:11+00:00 @taddeusz2002 @AdamRackis there are a surprising amount of iPhone-Android marriages in the replies       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [26, 98] 1427809121764528130 35821019 taddeusz2002       0 0 1 0 0   en  
1427909000285200386 swyx 33521530 2021-08-18T08:23:29+00:00 @avaitla16 what even is the source of this beef? feel like Sam is responding to something i didnt see       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [11, 101] 1427745539848818688 859749975999127552 avaitla16       0 0 1 0 0   en  
1428020323098656769 swyx 33521530 2021-08-18T15:45:51+00:00 @oliviamdh @zkwentz haha thanks and hi! i mostly write for developers but also in developer marketing.       Twitter for iPad 574fe4fa937eeb131136f7e3678f32d4ff3078d5 0 [20, 102] 1428012113973452800 64942879 oliviamdh       0 0 1 0 0   en  
1428064822940164099 swyx 33521530 2021-08-18T18:42:40+00:00 @luisotravz thanks Luis! glad to see you are enjoying ship30!       Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [12, 61] 1428038491276025857 54321491 luisotravz       0 0 1 0 0   en  
1428100952200859648 swyx 33521530 2021-08-18T21:06:14+00:00 @xjamundx how about "we now use both React and jQuery screw it" https://twitter.com/swyx/status/1428100847712423938?s=20   1428100847712423938 1428100847712423938   Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 0 [10, 88] 1428098541671518208 119903601 xjamundx       1 0 1 0 0 0 en  
1427804453462110222 swyx 33521530 2021-08-18T01:28:03+00:00 @ferreiracoder @RegalizDev 🤗       Twitter for iPhone 95f3aaaddaa45937ac94765e0ddb68ba2be92d20 0 [27, 28] 1427803823444217863 1255874155792216070 ferreiracoder       0 0 1 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 2810.774ms