Skip to content

A Telegram bot for reverse image searching using SauceNAO's API

License

Notifications You must be signed in to change notification settings

Furglitch/SauceHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SauceHunter

A Telegram bot for reverse image searching using SauceNAO's API
Give it a try! https://t.me/SauceHunter_bot

Installation

  1. Clone the repository:
    git clone https://github.com/Furglitch/SauceHunter.git
  2. Navigate to the project directory:
    cd SauceHunter
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

  1. 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'
  2. 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.

License

This project is licensed under the GPL-3.0 License.

About

A Telegram bot for reverse image searching using SauceNAO's API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages