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 installIn the development mode install pre-commits with the following commands:
pre-commitor
pre-commit installThe 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.shor with docker:
docker-compose -f docker/docker-compose.yaml build migrations
docker-compose -f docker/docker-compose.yaml up migrationsThe official documentation is hosted on GitBook