Skip to content

WindsorTing/JasperModules

 
 

Repository files navigation

JasperModules

Collection of different Jasper Modules

##Hue Module Turns all hue lights on or off. Keep in mind that you need to a "bridgeip" to your profile.yml like so:
bridgeip: 192.168.XXX.XXX

Requires phue library. Install with :
pip install phue

##JasperLife Module You are able to control jasper with saying restart, shut down, shut up and reboot followed by yourself (restart = restarts jasper, reboot = reboots computer).

Needs a "root_pwd" setting in profile.yml. Add it like so :
root_pwd: YOUR PASSWORD HERE
ATTENTION: YOUR PASSWORD IS SAVED IN PLAIN TEXT

##Knowledged Module Extremely minor changes to the knowledged module from nexhero all credit should go to him. Visit his github page on the knowledged module for further instruction

Requires wolframalpha library. Install with :
pip install wolframalpha

##Movie Module Gets the best result for your query from kickasstorrents and downloads it to a remote server. You can change it to wherever your torrent download directory is.
If you also use a server, add "downloadip" to your profile.yml like so :
downloadip: 192.168.XXX.XXX

Requires KAT library Install with :

pip install kat

##Time Module The default time module somehow stopped working for me, so I wrote a new one.

##Weather Module Tells you what the weather is like and can also give advice for your clothing according to the current weather.
Change weather_com_result = pywapi.get_weather_from_weather_com('SZXX0728') according to your location.
Here is how:
Go to weather.com, search for your location. Your URL should change to something like this : http://www.weather.com/weather/today/l/SZXX0728:1:. The caractes after l/ until : is your location code.

Requires pywapi. Install it like so :
pip install pywapi

About

Collection of different Jasper Modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%