An anime pics bot for Telegram, written on java, taking data from reddit.
Bot link: @owopics_bot
- Multithreading
- Works great in group chats
- Preventing timeout errors
- Chat related NSFW settings
- User related language settings (english and russian)
- Can answer on
owo
anduwu
- Go to @owopics_bot and just use the bot!
If for some reason you want to run it by yourself:
- Clone code somewhere
- Install Java 17 and run
./gradlew shadowJar
- After first run it will create empty config file
- Fill the config
- Run again and enjoy
Or if you want to use docker-compose:
owobot-java:
image: ghcr.io/fopwoc/owobot-java:latest
volumes:
- path/to/config:/owobot-java-config.properties
- owobot-cache:/root/.java
or docker cli
docker run -d \
-v "path/to/config:/owobot-java-config.properties" \
-v "owobot-cache:/root/.java" \
ghcr.io/fopwoc/owobot-java:latest
- I'm java newbie
- it was written with keeping in mind idea about implementation all features just with java, without anything outside like DB or something.
- I'm stupid AF
- Never ever in my life to write code like I did it here
- Completely rework the project from scratch