From ce5025f974d7dc0776ec4ce6e22833ba7cb6dd65 Mon Sep 17 00:00:00 2001 From: officialForkoff Date: Sat, 8 Aug 2026 10:50:06 +0530 Subject: [PATCH] Add TwitterAPIs to Social --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1961bf0c..838e75d5 100644 --- a/README.md +++ b/README.md @@ -1761,6 +1761,7 @@ API | Description | Auth | HTTPS | CORS | | [Tumblr](https://www.tumblr.com/docs/en/api/v2) | Read and write Tumblr Data | `OAuth` | Yes | Unknown | | [Twitch](https://dev.twitch.tv/docs) | Game Streaming API | `OAuth` | Yes | Unknown | | [Twitter](https://developer.twitter.com/en/docs) | Read and write Twitter data | `OAuth` | Yes | No | +| [TwitterAPIs](https://www.twitterapis.com/) | Twitter / X data API: search, profiles, timelines, followers, DMs, plus write actions (post, like, retweet, follow) | `apiKey` | Yes | Unknown | | [vk](https://vk.com/dev/sites) | Read and write vk data | `OAuth` | Yes | Unknown | | [xfetch](https://xfetch.io) | Read API for X/Twitter search, profiles, tweets, and social graph | `apiKey` | Yes | Yes |