POSTFINDER
What is it?
Post Finder is telegram bot integration based on semantich search content.
1. Installation from sources
Requirements
Install required dependencies with the following commands:
pip install poetry
pip install --upgrade pip
poetry installDevelopment
In the development mode install pre-commits with the following commands:
pre-commitor
pre-commit install2. How to run it?
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
Run the bot
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 migrationsDocumentation
The official documentation is hosted on GitBook
Last updated