Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alanfischer/slackweather

Simple python script to set a users slack status as the current weather underground conditions.
https://github.com/alanfischer/slackweather

slack weatherunderground wunderground

Last synced: 13 days ago
JSON representation

Simple python script to set a users slack status as the current weather underground conditions.

Awesome Lists containing this project

README

        

# slackweather
Simple python script to set a users slack status as the current weather underground conditions.

Add a .slackweather file to your home directory of the form:
```
[slackweather]
wunderground_key = WUNDERGROUND_API_KEY
slack_key = SLACK_API_KEY
slack_user = SLACK_USER_KEY
location = WUNDERGROUND_LOCATION
```