Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiran94/pollentracker
A small python script to regularly check the pollen count in an area and send notifications.
https://github.com/kiran94/pollentracker
pollen python
Last synced: 23 days ago
JSON representation
A small python script to regularly check the pollen count in an area and send notifications.
- Host: GitHub
- URL: https://github.com/kiran94/pollentracker
- Owner: kiran94
- License: mit
- Created: 2017-04-19T08:25:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T10:02:38.000Z (over 7 years ago)
- Last Synced: 2024-12-06T21:27:40.466Z (27 days ago)
- Topics: pollen, python
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PollenTracker
A small python script to regularly check the pollen count in an area and send notifications.**Setup**
1. Clone Repository
2. Add Following Enviroment variables:
```python
export GMAIL_USER = YOUR_GMAIL_EMAIL_ADDRESS
export GMAIL_PASSWORD = YOUR_GMAIL_PASSWORD
```
3. Update recipent email address list with address(s) you want the notification sent too.
```python
notificationRecipents = [""] # ADD RECIPENT EMAILS TO THIS LIST
```
4. You can then add the application to your crontab file.Alternatively you can run the script without sending any emails and just print the output to stdout. To do this run the file as follows:
```python
python main.py -o