0.0.1 • Published 5 years ago

billbot v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

MIT license npm.io npm.io

Billbot

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.

Installation

Clone the repository or use npm to install:

npm install billbot

Usage

In your terminal of choice, change your current working directory to the project's root and simply run the start script:

npm start

Contributing

Refer to CONTRIBUTING.md

License

MIT