Just a super simple bot for generating a gif meme.
Also serves as a replacement for kawaiibot's rule34 command.
To use the bot just invite the bot that I'm hosting with this Invite Link
Or you could run the bot yourself with Docker. Simply replace the placeholders and run the command:
docker run -d --name jassa-bot \
-e BOT_TOKEN=YOUR_DISCORD_BOT_TOKEN \
-e OWNER_ID=YOUR_DISCORD_ID \
-v /path/for/bot:/jassa-bot \
jorgen1040/jassa-bot:latest
The volume mount is not necessary, but is extremely useful for caching gifs cutting down quite drastically on how long it takes to make one.
Feel free to fork this repo and make a pull request, I'll also gladly take suggestions for either new features, or code cleanup as this is my first proper Python project.
When forking with intent of making a PR, please make a new branch and give it an approriate name.