eBird rare bird bot for the Nebraska birding discord server
npm run rba
We run this with a cron job, so it runs ever 15 minutes, like this:
*/15 npm run rba
To run, you will need a discord bot and token and an ebird token. Put these in a file called .env
DISCORD_TOKEN="XXX"
EBIRD_API_TOKEN="XXXX"
If you'd like to use this for other servers, you will need to fork this repo and update config.ts and exclude.ts (optional) to match the settings the discord channels and regions that you want alerts for.
