https://github.com/josxa/botlist-recommend
A proof of concept to extract conversations in t.me/BotListChat and generate a question-answering AI model to find Telegram bots.
https://github.com/josxa/botlist-recommend
Last synced: 6 months ago
JSON representation
A proof of concept to extract conversations in t.me/BotListChat and generate a question-answering AI model to find Telegram bots.
- Host: GitHub
- URL: https://github.com/josxa/botlist-recommend
- Owner: JosXa
- Created: 2023-09-03T10:06:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T10:58:01.000Z (about 2 years ago)
- Last Synced: 2025-04-06T18:11:28.877Z (6 months ago)
- Language: Python
- Size: 63.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BotList Recommend AI
## Setup
1. [Install Pipenv](https://pipenv.pypa.io/en/latest/installation/), then `pipenv install`
### Extracting conversations and building the model
TODO
### Running the bot
1. Copy `python_recommend_bot/.env.example` to `python_recommend_bot/.env` and insert your bot token.
2. `pipenv run python_recommend_bot/bot.py`