Supybot-plugins/WunderWeather
Valentin Lorentz 859037224d WunderWeather: Add Python 3 compatibility. 2013-06-16 09:49:22 +02:00
..
README.txt WunderWeather: Import plugin. 2013-06-16 09:33:47 +02:00
__init__.py WunderWeather: Add Python 3 compatibility. 2013-06-16 09:49:22 +02:00
config.py WunderWeather: Import plugin. 2013-06-16 09:33:47 +02:00
plugin.py WunderWeather: Add Python 3 compatibility. 2013-06-16 09:49:22 +02:00
shortforms.py WunderWeather: Add Python 3 compatibility. 2013-06-16 09:49:22 +02:00
test.py WunderWeather: Import plugin. 2013-06-16 09:33:47 +02:00

README.txt

Plugin which allows users to query weather conditions from Wunderground
using their XML API.

To use:
	Download WunderWeather source
	Place source files in your supybot plugins folder
	Call "load WunderWeather" on your supybot

Configurable options:
	supybot.plugins.WunderWeather.metric
	supybot.plugins.WunderWeather.imperial
	supybot.plugins.WunderWeather.showPressure
	supybot.plugins.WunderWeather.forecastDays

Dependencies:
	None