rkkr / nordpool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plug token configuration

miio

crontab config

45 * * * * /var/www/nordpool/.venv/bin/python3 /var/www/nordpool/crawler/crawler.py
@hourly /var/www/nordpool/.venv/bin/python3 /var/www/nordpool/plugs/update.py

apache site config

ScriptAlias /nordpool /var/www/nordpool/http/index.py
<Directory /var/www/nordpool/http>
        AllowOverride None
        Order allow,deny
        Allow from all
        AddHandler mod_python .py
        PythonHandler index
        PythonDebug On
</Directory>

About

License:MIT License


Languages

Language:Python 91.8%Language:HTML 8.2%