A Java application which automatically reposts SakugaBooru RSS feed entries to AL via the GraphQL API.
Check the provided docker-compose.yml or manually build the image using the Dockerfile.
Run ./gradlew installDist
, afterwards the application with all its dependencies is located in build/install/BooruBot
. You can run it via the sh (Unix) & batch (Windows) files in the bin
directory.
Copy the config.yml.example into the directory of the application as config.yml
, adjust the values and start the bot.
Issues and pull requests are always welcome! :)