https://github.com/yuler/proxy-api
https://github.com/yuler/proxy-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuler/proxy-api
- Owner: yuler
- Created: 2024-11-21T03:20:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T06:14:32.000Z (over 1 year ago)
- Last Synced: 2025-04-06T12:13:19.431Z (about 1 year ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proxy api
This project is for proxy some api that is not available in China.
## Features
- [openai api](https://platform.openai.com/docs/api-reference/introduction).
- [telegram bot api](https://core.telegram.org/bots/api).
## Deployment
### Deno
- [Deno](https://dash.deno.com/)
```bash
deployctl deploy deno/proxy-openai.ts --project=deno-proxy-openai
deployctl deploy deno/proxy-telegram.ts --project=proxy-telegram
```