https://github.com/tbxark/telegram-verification-workers
Telegram bot group entry verification workers
https://github.com/tbxark/telegram-verification-workers
cloudflare-workers telegram-bot telegram-group-member-adding
Last synced: 6 months ago
JSON representation
Telegram bot group entry verification workers
- Host: GitHub
- URL: https://github.com/tbxark/telegram-verification-workers
- Owner: TBXark
- License: mit
- Created: 2025-01-08T08:34:04.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-03-29T05:11:56.000Z (6 months ago)
- Last Synced: 2025-04-24T01:49:44.210Z (6 months ago)
- Topics: cloudflare-workers, telegram-bot, telegram-group-member-adding
- Language: TypeScript
- Homepage:
- Size: 587 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram-verification-workers

**telegram-verification-workers** is a telegram bot worker that helps you to verify the user's join request in the telegram **supergroup**.
## Development kit
- [**telegram-router**](https://github.com/TBXark/telegram-router): A simple javascript library that helps you to route messages from telegram bot to your application.
- [**telegram-bot-api-types**](https://github.com/TBXark/telegram-bot-api-types): Telegram Bot API SDK compiled size is 0KB that only includes type definition files and jsdoc files.
- [**telegram-bot-workers-template**](https://github.com/TBXark/telegram-bot-workers-template): A simple template for creating telegram bot workers.
- [**cloudflare-worker-adapter**](https://github.com/TBXark/cloudflare-worker-adapter): Run your script without Cloudflare Workers.## LICENSE
**telegram-verification-workers** is released under the MIT license. [See LICENSE](LICENSE) for details.