An open API service indexing awesome lists of open source software.

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.

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`