Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 881 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 881 Bytes

Elections Bots

What is it?

This repo contains election-related bots that would offer 3 kinds of notifications:

  1. Tests starting imminently (within the next 20 minutes)
  2. A list of all scheduled tests that day, posted at the beginning of the workday
  3. A list of races for which the tabulation status or race call status changes

Related blog post: Election bots — How we used GitHub and Slack to stay up to date during the 2024 election season.

Installation

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