Assign codewords for stickers you use to easily access them when you need in Telegram. Demo: @MindFindBot
- You need to install Docker:
git clone https://github.com/rufusnufus/MindFind
cd MindFind
- This command creates an image for this project
sudo docker build -t app .
- This command runs the application in the background
sudo docker run -d --env-file .env app
git clone https://github.com/rufusnufus/MindFind
cd MindFind
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
chmod +x start.py
python start.py
- API_TOKEN - API token of the bot given by @BotFather in Telegram
- DB_USER - MongoDB username to access your cluster on Atlas
- DB_PASS - MongoDB password to access your cluster on Atlas
- DB_NAME - database name
- ADMIN_ID - Telegram ID of the bot owner
Write to @rufusnufus if you have any questions.