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: 3 months ago
JSON representation
Simple python script to set a users slack status as the current weather underground conditions.
- Host: GitHub
- URL: https://github.com/alanfischer/slackweather
- Owner: alanfischer
- License: mit
- Created: 2017-05-25T16:12:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T20:01:23.000Z (about 7 years ago)
- Last Synced: 2025-01-09T05:37:39.652Z (5 months ago)
- Topics: slack, weatherunderground, wunderground
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```