This repo contains election-related bots that would offer 3 kinds of notifications:
- Tests starting imminently (within the next 20 minutes)
- A list of all scheduled tests that day, posted at the beginning of the workday
- A list of races for which the tabulation status or race call status changes
To run this project you will need node installed (preferably with NVM or another version manager)
With that installed, you can then set the project up using your terminal:
- Pull the code - git clone [email protected]:nprapps/elections-bots.git
- Enter the project folder - cd elections-bots
- Install dependencies from NPM - npm install