https://github.com/fauzaanu/zyloxbot
Human like tweets, generated with AI
https://github.com/fauzaanu/zyloxbot
cloudflare cloudflare-workers llama-3 telegram telegram-bot
Last synced: 14 days ago
JSON representation
Human like tweets, generated with AI
- Host: GitHub
- URL: https://github.com/fauzaanu/zyloxbot
- Owner: fauzaanu
- Created: 2024-06-26T20:32:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T05:45:04.000Z (about 2 years ago)
- Last Synced: 2025-09-05T22:49:38.452Z (10 months ago)
- Topics: cloudflare, cloudflare-workers, llama-3, telegram, telegram-bot
- Language: JavaScript
- Homepage: https://t.me/Zyloxbot
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zyloxbot
Free Telegram bot deployed on cloudflare workers, that rewrites a tweet that you send with a LLM. Powered by Workers AI.
[](https://deploy.workers.cloudflare.com/?url=https://github.com/fauzaanu/zyloxbot)
### Important
Add an environment variable `TELEGRAM_API_KEY` inside the workers dashboard or even in the wrangler.toml file.
This is the API key for the telegram bot. You can get it by creating a new bot on telegram and getting the API key from BotFather.
The bot also runs a check for all its users to have joined the community channel. The channel username is currently hardcoded in the code. You can change it by replacing the value of `channelUsername` in `src/index.js:31`
```javascript src/index.js
const channelUsername = 'zyloxcommunity'; // Replace with your channel's username
```