Telegram search bot which allows image search like Google but for your chat attachments
- Download code, make venv(optional) and install requirements:
git clone https://github.com/potassium-chloride/CLIP-Search-Tg-Bot.git
pip install -r requirements.txt
- Ask @BotFather for token and fill necessary fields in
config.json
as you need, useconfig_template.json
as template - Run
python tgBotMain.py
and enjoy!