Skip to content

TOwInOK/LuuMA

Repository files navigation

ShullerBot

This bot can find some cool images from rule34 by your reqwest!

Info

providers

  • Rule34
  • Waifu.pics
  • make issue for more...

commands

  • Rule34
    • /porno (only nsfw)
      • positive_tags (optional)
      • negative_tags (optional)
      • id (optional)
      • size (optional) (how many pics at once)
  • Waifu.pics
    • /emotions (avaiable all emotion's types from waifu.pics)
    • /waifu (avaiable all waifu's types from waifu.pics)
    • /waifu_nsfw (same as waifu but nsfw)
    • /characters (avaiable all character's types from waifu.pics)
    • /action (avaiable all action's types from waifu.pics)
    • note all w.p commands has args:
      • many (if true = 4 pics, if false = 1 pic)
      • now (only in user bot mode, push message without choose pic) (you can delete your message in this mode)

showcase

default mode (if bot on server):

image

default mode with many (if bot on server):

image

now mode:

image image

Docker

docker run -d \
  -e DS_TOKEN=YOUR_TOKEN \
  ghcr.io/towinok/shuller_bot:latest

Docker-compose

services:
  shuller_bot:
    image: ghcr.io/towinok/shuller_bot:latest
    environment:
      - DS_TOKEN=YOUR_TOKEN