Rename all images in a NSFW folder by their respective Gelbooru tags using pyGelbooru and SauceNao API.
- Download this repo.
- Install all dependencies used in the project :
pip install -r requirements.txt
- Edit the file
config.py
:- Get your SAUCENAO API key
- (Optional) Get your Gelbooru API key
- The rest is explained in the file itself.
- Start the program by double clicking on
main.py