DIYgod mirror
Go to file
Tony 6d901cb7dc
style(eslint): add eslint-unicorn (#14257)
* style: add eslint-unicorn

* style: fix unicorn/no-useless-spread

* style: fix unicorn/no-useless-promise-resolve-reject

* style: fix unicorn/no-for-loop

* fix: codeql bad HTML filtering regexp

* fix: codeql incomplete replace

* fix: unicorn/no-abusive-eslint-disable

* style: fix unicorn/no-new-array

* style: fix unicorn/no-typeof-undefined

* style: fix unicorn/no-zero-fractions

* style: fix unicorn/no-empty-file

* style: fix unicorn/prefer-date-now

* revert: auto fix unicorn/prefer-switch on lib/v2/kuaidi100/utils.js

* style: fix unicorn/prefer-array-find

* style: fix unicorn/prefer-array-flat

* style: fix unicorn/prefer-array-flat-map

* style: fix unicorn/prefer-at

* style: fix unicorn/prefer-string-starts-ends-with

* style: fix unicorn/prefer-includes

* fix: codeql URL substring sanitization

* style: fix unicorn/prefer-optional-catch-binding

* style: fix unicorn/catch-error-name

* style: fix unicorn/escape-case

* style: fix unicorn/prefer-native-coercion-functions

* style: fix unicorn/prefer-regexp-test

* style: fix unicorn/require-array-join-separator

* style: fix unicorn/prefer-math-trunc

* style: fix unicorn/prefer-negative-index

* style: fix unicorn/prefer-dom-node-dataset

* style: fix unicorn/prefer-dom-node-text-content

* style: fix unicorn/prefer-query-selector

* style: fix unicorn/no-array-for-each

* style: fix unicorn/no-negated-condition

* style: fix unicorn/prefer-add-event-listener

* style: fix unicorn/import-style

* style: fix prefer-regex-literals

* style: disable unicorn/no-useless-switch-case

* style: disable unicorn/text-encoding-identifier-case

* style: fix unicorn/prefer-set-has

* style: fix unicorn/prefer-spread

* revert: auto fix on lib/routes/universities/ynnu/edu/base64.js

* style: fix unicorn/no-useless-undefined

* style: fix unicorn/no-array-push-push

* style: fix unicorn/no-useless-undefined again

* style: fix unicorn/no-lonely-if

* style: fix unicorn/prefer-reflect-apply

* style: fix unicorn/switch-case-braces

* style: fix unicorn/prefer-switch

* style: fix unicorn/prefer-array-some

* fix: deepscan UNUSED_VAR_ASSIGN

* style: fix unicorn/prefer-ternary

* fix: follow-up of unicorn/prefer-ternary

* revert: auto fix of unicorn/prefer-string-slice for substring()

* style: disable unicorn/prefer-string-slice

fix: auto fix slice over deprecated substr

* style: fix unicorn/throw-new-error

* style: fix unicorn/filename-case

* test: fix dateParser renaming

* style: fix unicorn/better-regex

* style: fix unicorn/prefer-string-replace-all

* fix(deps): add sanitize-html

* style: fix no-prototype-builtins

* style: fix unicorn/consistent-destructuring

* style: fix unicorn/consistent-function-scoping

* style: fix unicorn/prefer-regexp-test

* style: fix unicorn/prefer-logical-operator-over-ternary

* style: fix unicorn/no-array-callback-reference

* style: add prefer-object-has-own

* style: warn unicorn/no-empty-file

* style: fix unicorn/prefer-number-properties

* style: fix no-useless-undefined again

* style: fix unicorn/numeric-separators-style

* style: disable unicorn/no-array-callback-reference

false postive with cheerio
2024-01-18 20:43:40 +08:00
.devcontainer style: auto format 2024-01-17 22:14:44 +00:00
.github chore: update stale config 2023-12-19 01:39:45 +08:00
.husky chore: bring back lint-staged (#12844) 2023-07-21 00:18:37 +08:00
api
assets style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
lib style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
logs
scripts style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
test style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
website style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
.codecov.yml
.dockerignore chore: use husky 2023-05-08 01:38:56 +00:00
.editorconfig
.eslintignore feat: add docusaurus website (#13039) 2023-08-15 03:12:12 +01:00
.eslintrc.json style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
.gitignore docs: update badge 2023-12-18 00:19:43 +08:00
.gitpod.yml docs: ts config (#13690) 2023-11-03 23:17:17 +08:00
.markdownlint.jsonc docs: format docs using markdownlint-cli2 2023-11-30 18:07:46 +00:00
.nvmrc chore: bump to node 20 (#13801) 2023-11-15 21:33:21 +08:00
.prettierignore feat: add docusaurus website (#13039) 2023-08-15 03:12:12 +01:00
.prettierrc
.puppeteerrc.js build(docker): put bundled chrome in node_modules (#12075) 2023-03-10 22:56:34 +08:00
CODE_OF_CONDUCT.md docs: format docs using markdownlint-cli2 2023-11-30 18:07:46 +00:00
CONTRIBUTING.md docs: documentation prioritizes English and maintains only one route list (#13075) 2023-08-20 15:57:05 +01:00
Dockerfile chore: bump to node 20 (#13801) 2023-11-15 21:33:21 +08:00
LICENSE
Procfile
README.md docs: fix badge text 2023-12-19 00:56:57 +08:00
SECURITY.md
app.json chore(deps): bump puppeteer from 19.11.1 to 20.0.0 (#12424) 2023-05-04 03:57:04 +08:00
docker-compose.yml chore: fix typo in warp-socks 2023-11-14 02:33:41 +08:00
fly.toml docs: 增加 Fly.io 部署文档 (#11721) 2023-01-31 00:06:40 +08:00
jsconfig.json style: auto format 2024-01-17 22:14:44 +00:00
package.json style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
pnpm-lock.yaml style(eslint): add eslint-unicorn (#14257) 2024-01-18 20:43:40 +08:00
process.json
vercel.json chore: stop vercel from notifing from forks 2023-12-05 21:33:53 +08:00

README.md

RSSHub

RSSHub

🍰 Everything is RSSible

docker publish npm publish test Test coverage CodeFactor DeepScan grade

Telegram group Telegram channel

Introduction

RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything.

RSSHub delivers millions of contents aggregated from all kinds of sources, our vibrant open source community is ensuring the deliver of RSSHub's new routes, new features and bug fixes.

RSSHub can be used with browser extension RSSHub Radar and mobile auxiliary app RSSBud (iOS) and RSSAid (Android)

English docs | Telegram Group | Telegram Channel

中文文档 | Telegram 群 | Telegram 频道

Special Thanks

Special Sponsors

       

Contributors

Logo designer sheldonrrr

Backers

              

  • RSSHub Radar | A browser extension that can help you quickly discover and subscribe to the RSS and RSSHub of current websites.
  • RSSBud | RSSHub Radar for iOS platform, designed specifically for mobile ecosystem optimization.
  • RSSAid | RSSHub Radar for Android platform built with Flutter.
  • DocSearch | Link RSSHub DocSearch into Raycast

Join Us

We welcome all pull requests. Suggestions and feedback are also welcomed here.

Refer to Join Us

Deployment

Refer to Deployment

Support RSSHub

Refer to Support RSSHub

RSSHub is open source and completely free under the MIT license. However, just like any other open source project, as the project grows, the hosting, development and maintenance requires funding support.

You can support RSSHub via donations.

Recurring Donation

Recurring donors will be rewarded via express issue response, or even have your name displayed on our GitHub page and website.

One-time Donation

We accept donations via the following ways:

Author

RSSHub © DIYgod, Released under the MIT License.
Authored and maintained by DIYgod with help from contributors (list).

Blog @DIYgod · GitHub @DIYgod · Twitter @DIYgod · Telegram Channel @awesomeDIYgod