The easiest and fastest way to deploy your own ChatGPT Telegram bot. Using Cloudflare Workers, it is a single file that can be copied and pasted directly without any dependencies, local development environment configuration, domain name, or server. You can customize the system initialization information so that your debugged personality never disappears.
master
version with few bugs after testingdev
version with some new features, but not fully tested, and basically usable
It is recommended to fill in the environment variables in the Workers configuration interface, rather than directly modifying the variables in the js code. For more information, see Configuration.
For more information, see Deployment Process.
Automatically update using Github Action, for more information, see Automatic Update.
Create multiple bots bound to the same workers, set TELEGRAM_AVAILABLE_TOKENS
, and assign each bot a different SYSTEM_INIT_MESSAGE
. For example, translation experts, copywriting experts, code experts. Then chat with different bots according to your needs, so you don't have to switch configuration properties frequently.
Group messages can only be called by administrators of the bot- Long messages are truncated by Telegram
- v1.2.0
- Fix critical vulnerabilities, must be updated
For other update logs, see CHANGELOG.md.