To help fight back.
Influenced by the article by Andy Moon.
Goal: Create a simple Heroku app to serve user's contact information for their representatives, current issues in that state/district, and a script that the user can use to call their representatives.
Data sources in wiki (so we don't have to commit to repo to add data sources)
Clone the repo
git clone https://github.com/cstoafer/influencR.git
Install requirements
cd influencR
pip install -r requirements.txt
Run the server
python manage.py runserver
Navigate to localhost:5000 in your browser.
- Plan on adding more details here, but for now install the dependecies in the first two steps of: