swar / Swar-Chia-Plot-Manager

This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.
GNU General Public License v3.0
1.26k stars 388 forks source link

Telegram Notifier #714

Open kissaev opened 3 years ago

kissaev commented 3 years ago
if settings.get('notify_telegram') is True:
        import telegram_notifier

Telegram notifications doesnt work. Where is telegram_notifier module?

timnbv commented 3 years ago

From readme: If you plan on using Notifications or Prometheus then run the following to install the required modules: pip install -r requirements-notification.txt Additional tips can be found here: #634