Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TBXark/ChatGPT-Telegram-Workers
Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease.
https://github.com/TBXark/ChatGPT-Telegram-Workers
bot chatgpt cloudflare cloudflare-workers gpt serverless telegram telegram-bot vercel
Last synced: about 2 months ago
JSON representation
Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease.
- Host: GitHub
- URL: https://github.com/TBXark/ChatGPT-Telegram-Workers
- Owner: TBXark
- License: mit
- Created: 2023-03-03T07:00:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T07:46:43.000Z (about 2 months ago)
- Last Synced: 2024-10-25T03:43:38.584Z (about 2 months ago)
- Topics: bot, chatgpt, cloudflare, cloudflare-workers, gpt, serverless, telegram, telegram-bot, vercel
- Language: TypeScript
- Homepage: https://t.me/ChatGPT_Telegram_Workers
- Size: 2.49 MB
- Stars: 3,471
- Watchers: 23
- Forks: 825
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloudflare - ChatGPT-Telegram-Workers
- awesome-open-gpt - ChatGPT-Telegram-Workers
- awesome-chatgpt - TBXark/ChatGPT-Telegram-Workers - Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease. (UIs / Messenger bots)
- Awesome-ChatGPT - ChatGPT-Telegram-Workers
- StarryDivineSky - TBXark/ChatGPT-Telegram-Workers
- awesome - TBXark/ChatGPT-Telegram-Workers - Easily deploy your Telegram ChatGPT bot on Cloudflare Workers (or Vercel, Docker...). (TypeScript)
- awesome-chatgpt-api - TBXark/ChatGPT-Telegram-Workers
README
ChatGPT-Telegram-Workers
English | 中文
Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease.## About
The simplest and fastest way to deploy your own ChatGPT Telegram bot. Use Cloudflare Workers, single file, copy and paste directly, no dependencies required, no need to configure local development environment, no domain name required, serverless.
You can customize the system initialization information so that your debugged personality never disappears.
example
## Features
- Serverless deployment
- Multi-platform deployment support (Cloudflare Workers, Vercel, Docker[...](doc/en/PLATFORM.md))
- Adaptation to multiple AI service providers (OpenAI, Azure OpenAI, Cloudflare AI, Cohere, Anthropic, Mistral...)
- Custom commands (can achieve quick switching of models, switching of robot presets)
- Support for multiple Telegram bots
- Streaming output
- Multi-language support
- Text-to-image generation
- [Plugin System](plugins), customizable plugins.## Documentation
- [Deploy Cloudflare Workers](./doc/en/DEPLOY.md)
- [Local (or Docker) deployment](./doc/en/LOCAL.md)
- [Deploy other platforms](./doc/en/PLATFORM.md)
- [Configuration and Commands](./doc/en/CONFIG.md)
- [Automatic update](./doc/en/ACTION.md)
- [Change Log](./doc/en/CHANGELOG.md)## Related Projects
- [cloudflare-worker-adapter](https://github.com/TBXark/cloudflare-worker-adapter) A simple Cloudflare Worker adapter that allows this project to run independently of Cloudflare Worker.
- [telegram-bot-api-types](https://github.com/TBXark/telegram-bot-api-types) Telegram Bot API SDK with 0 output after compilation, complete documentation, supports all APIs.## Special thanks
![https://www.jetbrains.com/?from=tbxark](https://user-images.githubusercontent.com/9513891/236592683-1ea579cf-08ff-4703-b313-db038f62bab0.svg)
Thanks for the open-source development license provided by [JetBrains](https://www.jetbrains.com/?from=tbxark).
## Contributors
This project exists thanks to all the people who contribute. [Contribute](https://github.com/tbxark/ChatGPT-Telegram-Workers/graphs/contributors).
## License
**ChatGPT-Telegram-Workers** is released under the MIT license. [See LICENSE](LICENSE) for details.