From b3845b678bf866de4e52570bdd0e858e5ab8667f Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 18 May 2024 23:50:35 +0800 Subject: [PATCH 1/6] docs: remove Special Sponsors --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 8eb2654555ec1d..b7b3bcb7b48162 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,6 @@ RSSHub can be used with browser extension [RSSHub Radar](https://github.com/DIYg ## Special Thanks -### Special Sponsors - -
- -[![](https://opencollective.com/static/images/become_sponsor.svg)](https://docs.rsshub.app/sponsor/) - ### Contributors [![](https://opencollective.com/RSSHub/contributors.svg?width=890)](https://github.com/DIYgod/RSSHub/graphs/contributors) From 78f3cb3f757245c99d6eed24da56035417237d09 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 18 May 2024 23:57:25 +0800 Subject: [PATCH 2/6] feat: twitter.com -> x.com --- .gitignore | 2 -- README.md | 6 +++--- .../twitter/api/developer-api/search.ts | 2 +- lib/routes/twitter/api/developer-api/user.ts | 2 +- lib/routes/twitter/api/mobile-api/api.ts | 2 +- .../twitter/api/mobile-api/constants.ts | 2 +- lib/routes/twitter/api/mobile-api/login.ts | 10 +++++----- lib/routes/twitter/api/web-api/constants.ts | 2 +- lib/routes/twitter/api/web-api/utils.ts | 4 ++-- lib/routes/twitter/home.ts | 4 ++-- lib/routes/twitter/keyword.ts | 4 ++-- lib/routes/twitter/likes.ts | 2 +- lib/routes/twitter/list.ts | 4 ++-- lib/routes/twitter/media.ts | 4 ++-- lib/routes/twitter/namespace.ts | 4 ++-- lib/routes/twitter/trends.ts | 2 +- lib/routes/twitter/tweet.ts | 2 +- lib/routes/twitter/user.ts | 4 ++-- lib/routes/twitter/utils.ts | 20 +++++++++---------- lib/views/error.tsx | 6 +++--- lib/views/index.tsx | 2 +- 21 files changed, 44 insertions(+), 46 deletions(-) diff --git a/.gitignore b/.gitignore index a5c841183ab023..368a4c547ba8e7 100644 --- a/.gitignore +++ b/.gitignore @@ -30,5 +30,3 @@ package-lock.json # pnpm-lock.yaml yarn.lock yarn-error.log - -scripts/twitter-token/accounts.* diff --git a/README.md b/README.md index b7b3bcb7b48162..debaf1bff5cd97 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![test](https://img.shields.io/github/actions/workflow/status/DIYgod/RSSHub/test.yml?branch=master&label=test&logo=github&style=flat-square)](https://github.com/DIYgod/RSSHub/actions/workflows/test.yml?query=event%3Apush+branch%3Amaster) [![Test coverage](https://img.shields.io/codecov/c/github/DIYgod/RSSHub.svg?style=flat-square&logo=codecov)](https://app.codecov.io/gh/DIYgod/RSSHub/branch/master) -[![Telegram group](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.swo.moe%2Fstats%2Ftelegram%2Frsshub&query=count&color=2CA5E0&label=Telegram%20Group&logo=telegram&cacheSeconds=3600&style=flat-square)](https://t.me/rsshub) [![Telegram channel](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.swo.moe%2Fstats%2Ftelegram%2FawesomeRSSHub&query=count&color=2CA5E0&label=Telegram%20Channel&logo=telegram&cacheSeconds=3600&style=flat-square)](https://t.me/awesomeRSSHub) [![Twitter](https://img.shields.io/badge/any_text-Follow-blue?color=2CA5E0&label=Twitter&logo=twitter&cacheSeconds=3600&style=flat-square)](https://twitter.com/intent/follow?screen_name=_RSSHub) +[![Telegram group](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.swo.moe%2Fstats%2Ftelegram%2Frsshub&query=count&color=2CA5E0&label=Telegram%20Group&logo=telegram&cacheSeconds=3600&style=flat-square)](https://t.me/rsshub) [![Telegram channel](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.swo.moe%2Fstats%2Ftelegram%2FawesomeRSSHub&query=count&color=2CA5E0&label=Telegram%20Channel&logo=telegram&cacheSeconds=3600&style=flat-square)](https://t.me/awesomeRSSHub) [![Twitter](https://img.shields.io/badge/any_text-Follow-blue?color=2CA5E0&label=Twitter&logo=twitter&cacheSeconds=3600&style=flat-square)](https://x.com/intent/follow?screen_name=_RSSHub) ## Introduction @@ -21,7 +21,7 @@ RSSHub delivers millions of contents aggregated from all kinds of sources, our v RSSHub can be used with browser extension [RSSHub Radar](https://github.com/DIYgod/RSSHub-Radar) and mobile auxiliary app [RSSBud](https://github.com/Cay-Zhang/RSSBud) (iOS) and [RSSAid](https://github.com/LeetaoGoooo/RSSAid) (Android) -[English docs](https://docs.rsshub.app) | [Telegram Group](https://t.me/rsshub) | [Telegram Channel](https://t.me/awesomeRSSHub) | [Twitter](https://twitter.com/intent/follow?screen_name=_RSSHub) | [中文文档](https://docs.rsshub.app/zh/) +[English docs](https://docs.rsshub.app) | [Telegram Group](https://t.me/rsshub) | [Telegram Channel](https://t.me/awesomeRSSHub) | [Twitter](https://x.com/intent/follow?screen_name=_RSSHub) | [中文文档](https://docs.rsshub.app/zh/) ## Special Thanks @@ -91,4 +91,4 @@ Open source is a very expensive thing. RSSHub would not be possible without the **RSSHub** © [DIYgod](https://github.com/DIYgod), Released under the [MIT](./LICENSE) License.