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.
Get Trendgrambot up and running in no time with Cloudflare Workers:
Before deploying, make sure to set up your Telegram bot:
- Create a new bot on Telegram using BotFather
- Obtain the API key for your bot
- Add the API key as an environment variable in your Cloudflare Workers dashboard:
TELEGRAM_API_KEY=your_api_key_here
We welcome contributions to Trendgrambot! If you have suggestions or improvements, feel free to open an issue or submit a pull request.