Version française un peu plus bas.
This script give a HTML code that display the 15 next days of Dofus almanax.
You can see result here: Almanax.
LICENSE: This program is under WTFPL conditions (Cf. https://en.wikipedia.org/wiki/WTFPL).
You need:
- python3
- python-lxml
- python-mechanize
No installation needed
In a shell, just do this:
cd src
python almanax_next_week.py > index.html
This will build an index.html file with the 15 next days of almanax.
If you install Docker Compose on your computer, just do:
docker-compose up
The website would be accessible on: http://localhost:8888/.
You can use a CRON job on GNU/Linux to often build the page.
Example that launch the script every day at midnight:
30 0 * * * /usr/bin/python /srv/web/almanax/almanax_next_week.py > /srv/web/almanax/www/index.html
Ce script renvoie un code HTML qui affiche les 15 prochains jours de l'almanax Dofus.
Vous pouvez voir le résultat ici : Almanax
LICENCE : Cette application est délivrée sous les conditions de LPRAB (Cf. https://fr.wikipedia.org/wiki/WTFPL)
Vous avez besoin de :
- python3
- python-lxml
- python-mechanize
Aucune installation nécessaire
Dans une console, faites simplement ceci :
cd src
python almanax_next_week.py > index.html
Cela va construire une page index.html avec les 15 prochains jours de l'almanax.
Si vous avez installé Docker Compose sur votre machine, il suffit de faire :
docker-compose up
Le site est accessible à l'adresse suivante : http://localhost:8888/.
Vous pouvez utiliser une tâche CRON sur GNU/Linux pour construire la page régulièrement.
Exemple qui lance le script tout les jours à minuit:
30 0 * * * /usr/bin/python /srv/web/almanax/src/almanax_next_week.py > /srv/web/almanax/src/index.html