/AFNotify

A notification program for AcolyteFight

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

AFNotify

A notification program for AcolyteFight. It fetches the current counts on the servers you are interested in each 5 minutes and shows desktop notifications when the counts are high enough.

Requirements: requests(pip install requests), and, only when notifications are enabled, py-notifier (pip install py-notifier).

Requires Python 3.6+ due to use of f-strings.