Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alanfischer/slackweather
- Owner: alanfischer
- License: mit
- Created: 2017-05-25T16:12:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T20:01:23.000Z (over 6 years ago)
- Last Synced: 2024-11-11T07:45:52.009Z (2 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
```