https://github.com/tbxark/sub-workers
Utility to convert between various subscription format , running on Cloudflare Workers.
https://github.com/tbxark/sub-workers
cloudflare cloudflare-workers sub-store subconverter
Last synced: 3 months ago
JSON representation
Utility to convert between various subscription format , running on Cloudflare Workers.
- Host: GitHub
- URL: https://github.com/tbxark/sub-workers
- Owner: TBXark
- License: mit
- Created: 2024-09-23T10:15:52.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-12-17T05:51:39.000Z (6 months ago)
- Last Synced: 2024-12-17T06:30:33.382Z (6 months ago)
- Topics: cloudflare, cloudflare-workers, sub-store, subconverter
- Language: JavaScript
- Homepage: https://sub-workers.tbxark.workers.dev
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sub-workers
This is a subscription conversion service driven by [sub-store-convert](https://github.com/TBXark/sub-store-convert) and compatible with the [subconverter](https://github.com/tindy2013/subconverter) API, running on Cloudflare Worker.## Deploy
```shell
yarn && yarn run deploy
```## Example
```python
requests.get(
url="https://sub-workers.tbxark.workers.dev/sub",
params={
"target": "surge",
"url": "https://raw.githubusercontent.com/freefq/free/master/v2",
# Other parameters will be directly passed to the converter.
},
)
```## LICENSE
**sub-workers** is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.