Skip to content

tomtom103/dossieretudiant-notify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DossierEtudiant Notify

A lot of the code was inspired by https://github.com/mart123p/dossieretudiant-notify/tree/master, please do check it out.

The main motivation for this repo was to avoid using Azure + update some of the code that no longer works.

Usage:

Copy the .env.example file to .env and fill in all the fields

Create your virtual environment:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

The script can then be left to run in the background with nohup:

$ PYTHONUNBUFFERED=1 nohup python3 main.py > output.log &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%