solarbot

A python library to show the solar radiation of the last past half hour of Pergamino in a twitter timeline.


License
MIT
Install
pip install solarbot==0.0.0

Documentation

solarbot

Gitter

License Downloads Build Status Coverage Status Code Health PyPI version Stories in Ready

Feed twitter with the Pergamino radiation map using the GERSolar estimation model running inside raspbian.

Requirements

If you want to deploy this repository with the default settings, on any GNU/Linux or OSX system you just need to execute the next bash command to setting up all the requirements (GNUMakefile should have been installed to this point).

$ make virtualenv deploy

On Ubuntu Desktop there are some other libraries not installed by default (zlibc curl libssl1.0.0 libbz2-dev libxslt-dev libxml-dev) which may need to be installed to use these library. Use the next command to automate the installation of the additional C libraries:

$ make ubuntu virtualenv deploy

Configuration

To configure the bot fill the config.json file with your NOAA CLASS account, twitter app account, and a list of places contained inside the images of your suscription. The format of each place should be:

"name of the place": [lat, lon],

About

This software is developed by LIMIE and GERSolar. You can contact us to limiear.dev@gmail.com.