https://github.com/ohn0/imouto_bot
A discord bot that pulls images from various anime image boorus.
https://github.com/ohn0/imouto_bot
anime danbooru discord-bot python3
Last synced: 18 days ago
JSON representation
A discord bot that pulls images from various anime image boorus.
- Host: GitHub
- URL: https://github.com/ohn0/imouto_bot
- Owner: ohn0
- Created: 2019-03-14T23:18:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T01:46:24.000Z (almost 6 years ago)
- Last Synced: 2025-03-04T23:32:55.689Z (over 1 year ago)
- Topics: anime, danbooru, discord-bot, python3
- Language: Python
- Homepage:
- Size: 3.34 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Audit: auditor.py
Awesome Lists containing this project
README
Test server:
https://discord.gg/2Eytgk3
Come mess around with the bot!
Invite the bot to your server:
https://discordapp.com/api/oauth2/authorize?client_id=526504376853069845&permissions=0&scope=bot
Running your own instance:
Have a discord app configured and a bot added.
Invite the bot to your channel
Copy the 'token' value into a token.config file.
Run gel_bot.py
# Imouto_Bot
A discord bot that pulls images from various boorus.
Requires Discordpy rewrite version
Currently it is set to pull from the following boorus(?):
Gelbooru
Konachan
Yandere
Safebooru
Realbooru
I used Discordpy for the actual bot part.
Commands:
^gel - grab an image from gelbooru
^sfw - grab an image from safebooru
^yan - grab an image from yandere
^kona- grab an image from konachan
^real- grab an image from realbooru
^stats-print a list of which user has made the most successful requests.
Pass in a command with some tags as if you were searching on a booru and it will find a random image that satisfies those tags.
ex.
^gel black_hair game_cg cake
Pass in a '-' before a tag to exclude that tag from the search
Pass in a '~' before a tag to find tags that are similar to that tag(incase you spelled it wrong)
Obviously this is an NSFW bot as all the imageboards except for safebooru host 18+ content.