https://github.com/brobin/meadowlark
Rare bird alert discord bot
https://github.com/brobin/meadowlark
Last synced: 5 months ago
JSON representation
Rare bird alert discord bot
- Host: GitHub
- URL: https://github.com/brobin/meadowlark
- Owner: Brobin
- Created: 2025-03-21T20:34:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-12T14:17:10.000Z (5 months ago)
- Last Synced: 2026-01-12T20:58:11.232Z (5 months ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meadowlark
eBird rare bird bot for the [Nebraska birding discord server](https://discord.gg/HZYfv7fRu6)

## Usage
`npm run rba`
## Cron setup
We run this with a cron job, so it runs ever 15 minutes, like this:
```
*/15 npm run rba
```
## Configuration
To run, you will need a [discord bot and token](https://github.com/reactiflux/discord-irc/wiki/creating-a-discord-bot-&-getting-a-token) and an [ebird token](https://ebird.org/api/keygen). Put these in a file called `.env`
```
DISCORD_TOKEN="XXX"
EBIRD_API_TOKEN="XXXX"
```
## Customization for your server
If you'd like to use this for other servers, you will need to fork this repo and update [`config.ts`](./config.ts) and [`exclude.ts`](./exclude.ts) (optional) to match the settings the discord channels and regions that you want alerts for.