From 1ab916bafd412136b78ca565f33a4a0573928a84 Mon Sep 17 00:00:00 2001 From: restocked <48245948+restocked@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:20:24 +0700 Subject: [PATCH] Add TweetAPI to Social --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1961bf0c..319660d8 100644 --- a/README.md +++ b/README.md @@ -1759,6 +1759,7 @@ API | Description | Auth | HTTPS | CORS | | [TikTok](https://developers.tiktok.com/doc/login-kit-web) | Fetches user info and user's video posts on TikTok platform | `OAuth` | Yes | Unknown | | [Trash Nothing](https://trashnothing.com/developer) | A freecycling community with thousands of free items posted every day | `OAuth` | Yes | Yes | | [Tumblr](https://www.tumblr.com/docs/en/api/v2) | Read and write Tumblr Data | `OAuth` | Yes | Unknown | +| [TweetAPI](https://tweetapi.com/docs) | Public Twitter data for posts, profiles, followers, search, lists and communities | `apiKey` | Yes | No | | [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 | | [vk](https://vk.com/dev/sites) | Read and write vk data | `OAuth` | Yes | Unknown |