iSnkh / GEN-Monitor

:star: A NodeJS monitor built with Puppeteer to be notified with discord webhooks when a paiement(s) is comming from Crous.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEN-Monitor

A Python Monitor built with requests & BS4
Intra Profile | Discord: seith#0001




Marre de ne pas savoir quand la bourse risque de tomber? (si elle tombe). Ce script est parfait.

Installation

$ git clone https://github.com/iSnkh/GEN-Monitor
$ cd GEN-Monitor
$ pip install requests bs4 discord_webhook

Run

Replace in monitor.py:

USERNAME_GEN par votre identifiant
PASSWORD_GEN par votre mot de passes
webhooks=["VOS WEBHOOKS"] une liste rempli de vos webhooks
$ python monitor.py

Create CronTab (Running all day at 10:42)

/!\ You need to be root

echo "42 10 * * * cd $PWD && python monitor.py" >> /etc/crontab

About

:star: A NodeJS monitor built with Puppeteer to be notified with discord webhooks when a paiement(s) is comming from Crous.


Languages

Language:Python 100.0%