This bot is NSFW. You've been warned.
This bot returns an instance of 'culture' from a database of wholesome pieces of 'culture'. There is a plan for unwholesome 'culture' but that is currently unimplemented (see #2).
Invite it using this link or self host it.
Give a piece of 'culture' chosen at random.
Give a piece of 'culture' with one or more specified tags. You Get a list of tags by running /help search
.
Retrieve a piece of culture based on ID. The "ID" can be either an Imgchest hash (i.e. https://www.imgchest.com/p/n87wezbg7xd has a hash code of n87wezbg7xd), an NHentai number, or an e-hentai gallery token (i.e. https://e-hentai.org/g/1360792/4361ae7e8b/ has a gallery token of 4361ae7e8b).
When self hosting culturebot, I recommend running the bot's official docker image.
docker run -e TOKEN=<INSERT BOT TOKEN> -e CLIENT_ID=<INSERT CLIENT_ID> ghcr.io/qweri0p/culturebot
If you want to use docker compose:
services:
culturebot:
container_name: culturebot
image: ghcr.io/qweri0p/culturebot
environment:
- TOKEN=<INSERT BOT TOKEN>
- CLIENT_ID=<INSERT CLIENT_ID>
restart: unless-stopped
Feel free to open pull requests or issues on this github page.