A Telegram bot for reverse image searching using SauceNAO's API
Give it a try! https://t.me/SauceHunter_bot
- Clone the repository:
git clone https://github.com/Furglitch/SauceHunter.git
- Navigate to the project directory:
cd SauceHunter
- Install the required dependencies:
pip install -r requirements.txt
- Set up your SauceNAO API key and Telegram bot token in a
config.py
file:from typing import Final token = 'your_telegram_bot_token' snao_key = 'your_saucenao_api_key'
- Run the bot:
python main.py
- Alternatively, you can use Docker to run the script. An example docker-compose file is provided and is what the bot is currently running on.
This project is licensed under the GPL-3.0 License.