1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00
Discord bot for reverse image searching
Find a file
2022-02-21 13:41:01 -06:00
commands Fix formatting 2022-02-21 13:41:01 -06:00
tools Fix formatting 2022-02-21 13:41:01 -06:00
.gitignore Initial hikari rewrite 2022-02-21 01:10:57 -06:00
config.py Add activity to config.py 2022-02-21 13:39:31 -06:00
LICENSE Initial commit 2017-09-24 01:48:05 -04:00
pyproject.toml Initial hikari rewrite 2022-02-21 01:10:57 -06:00
README.md Update README 2022-02-21 04:51:13 -06:00
run.py Add activity to config.py 2022-02-21 13:39:31 -06:00

Modufur

An experimental Hikari Discord bot for reverse image searching using SauceNAO & Kheina.

Requirements

Python 3.10+
Poetry

Installing

git clone -b hikari https://github.com/Myned/Modufur.git
cd Modufur
poetry install

Usage

poetry run python 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

Credits

hikari
hikari-lightbulb
hikari-miru
pysaucenao