File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,13 +9,26 @@ CLI tool to check for recent snowy owl observations using the eBird API.
99
1010Get an API key by signing up at https://ebird.org/api/keygen .
1111
12+ For email alerts, set up Gmail SMTP credentials:
13+
14+ export GMAIL_USER=you@gmail.com
15+ export GMAIL_APP_PASSWORD=your-app-password
16+
17+ Generate an app password at https://myaccount.google.com/apppasswords (requires 2FA).
18+
1219## Usage
1320
14- uv run snowy
21+ List recent sightings:
22+
23+ uv run snowy sightings
1524
1625Defaults to Salem, MA with a 30-mile radius over the last 14 days. Override with options:
1726
18- uv run snowy --lat 40.71 --lng -74.01 --dist 50 --days 30
27+ uv run snowy sightings --lat 40.71 --lng -74.01 --dist 50 --days 30
28+
29+ Check for new sightings and send email alerts:
30+
31+ uv run snowy check --to "you@gmail.com,spouse@gmail.com"
1932
2033## eBird API
2134
You can’t perform that action at this time.
0 commit comments