A simple Python script to retrieve location and weather information
ConkyWeather is built on the principle "Better to beg forgiveness than ask permission". Almost everything is encapsulated in try except blocks. The script uses several different free APIs. Users do not have to have to generate API keys or follow difficult signup procedures.
The script uses the "requests" library for HTTP interactions. This is the only dependency.
Some examples:
ConkyWeather.py --externalip
ConkyWeather.py --local --windspeed --day 0
ConkyWeather.py --home --homewoe 727232 --windspeed --day 0
ConkyWeather.py --home --homewoe 727232 --temperature --day 1