mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Discord bot for reverse image searching
commands | ||
tools | ||
.gitignore | ||
config.py | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
run.py |
Modufur
An experimental Hikari Discord bot for reverse image searching using SauceNAO & Kheina.
Requirements
Installing
git clone --branch hikari https://github.com/Myned/Modufur.git
cd Modufur
poetry install --no-dev
Usage
poetry run python -00 run.py
Setup
config.toml
will automatically generate if it does not exist
guilds = [] # guild IDs to register commands, empty for global
client = 0 # bot application ID
token = "" # bot token
activity = "" # bot status
saucenao = "" # saucenao token
e621 = "" # e621 token
Updating
cd Modufur
git pull
poetry env remove python
poetry update
Contributing
git clone --branch hikari https://github.com/Myned/Modufur.git
cd Modufur
poetry install