Billbot is a Twitter bot created with Node.js and deployed to Heroku.
The bot provides followers with up-to-date information about actions taken on bills as they move through the United States congress. It uses data from Google Trends to prioritize the most relevant topics first.
The tweets include: Latest action date, action/bill short summary, and a link to the bill on GovTrack.
The bill links are processed by the Bitly API prior to being tweeted, allowing interest statistics to be gathered.
Clone the repository or use npm to install:
npm install billbot
In your terminal of choice, change your current working directory to the project's root and simply run the start script:
npm start
Refer to CONTRIBUTING.md