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/MindFindcd 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 appgit clone https://github.com/rufusnufus/MindFindcd MindFindpython -m venv venvsource venv/bin/activatepip install -r requirements.txtchmod +x start.pypython 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.