A simple python script that sends ugly notifications when something happens on a jschan imageboard that you moderate.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
myumyu 2722607f9c Fixed bug (duplicate notification on reconnect) 3 years ago
config Updated config example and README 3 years ago
.gitignore Initial commit 3 years ago
README.md Updated README 3 years ago
evaluator.py Refactored some code, downgraded the logger level almost everywhere and fixed minor bugs 3 years ago
main.py Fixed bug (duplicate notification on reconnect) 3 years ago
requirements.txt Initial commit 3 years ago

README.md

globalafk

A simple python script that sends ugly notifications when something happens on a jschan imageboard that you moderate.

Requirements

A Global Staff account is obviously required.

Linux

You must have notify-send installed to receive notifications on linux. Run notify-send test to test it.

Termux (Android)

You must have Termux:API installed to receive notifications on android. Run termux-notification --title test to test it.

Getting Started

  1. (Optional) Create and activate a virtual environment
  2. Run pip3 install -r requirements.txt to install the dependencies
  3. Make a copy of config_example.py and rename it to config.py
  4. Run python3 main.py