https://github.com/fauzaanu/trendgrambot
Telegram bot to generate hashtags for any forwarded or written post
https://github.com/fauzaanu/trendgrambot
cloudflare hashtags meta-llama3 telegram telegram-bot workers-ai
Last synced: 6 months ago
JSON representation
Telegram bot to generate hashtags for any forwarded or written post
- Host: GitHub
- URL: https://github.com/fauzaanu/trendgrambot
- Owner: fauzaanu
- Created: 2024-09-15T21:06:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-19T06:51:24.000Z (about 1 year ago)
- Last Synced: 2025-02-05T23:00:52.556Z (8 months ago)
- Topics: cloudflare, hashtags, meta-llama3, telegram, telegram-bot, workers-ai
- Language: JavaScript
- Homepage: https://t.me/trendgrambot
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trendgrambot
Trendgrambot generates hashtags for text on Telegram using Meta llama3 models from Cloudflare. To use it you would forward any post with text to the bot and it will generate 10 hashtags for you. You can then click them one by one to discover more content and Telegram Stories on the topics.
> It works for both captions and actual text in the post.
## 🚀 Quick Deploy
Get Trendgrambot up and running in no time with Cloudflare Workers:
[](https://deploy.workers.cloudflare.com/?url=https://github.com/fauzaanu/trendgrambot)
## 🛠️ Setup
### Important: API Key Configuration
Before deploying, make sure to set up your Telegram bot:
1. Create a new bot on Telegram using BotFather
2. Obtain the API key for your bot
3. Add the API key as an environment variable in your Cloudflare Workers dashboard:
```
TELEGRAM_API_KEY=your_api_key_here
```## 🤝 Contributing
We welcome contributions to Trendgrambot! If you have suggestions or improvements, feel free to open an issue or submit a pull request.