Related discussion on meta.discourse.org
Polls a given category within a Discourse forum and posts a warning message if the author of the most recent topic has authored a significant proportion of the last 30 topics.
Customise src/main/resources/application.conf.sample and save as
src/main/resources/application.conf
See comments in file for instructions
docker run -t \
-v /path/to/your/application.conf:/root/src/main/resources/application.conf \
chrisbeach/anti-domination-bot
NOTE: /path/to/your/application.conf
is the location of your customised application.conf file and must be specified as an
absolute path.
NOTE: Requires SBT
sbt run