Post Finder is telegram bot integration based on semantich search content.
Install required dependencies with the following commands:
pip install poetry
pip install --upgrade pip
poetry install
In the development mode install pre-commits with the following commands:
pre-commit
or
pre-commit install
The first step is to create .env
file with secret keys or .env-docker
if you gonna start bot with docker.
Place for documentation .env
You can run the bot with the following command:
bash run_bot.sh
or with docker:
docker-compose -f docker/docker-compose.yaml build migrations
docker-compose -f docker/docker-compose.yaml up migrations
The official documentation is hosted on GitBook