A ridiculously simple Flask app to consume MRPEasy API calls and format for Google Sheets import. Uses pipenv
and .env
for config.
- Clone repo
- Create a .env file file with the following lines
API_KEY=YOUR_KEY
ACCESS_KEY=YOUR_KEY
BASE_URI=YOUR_BASE_URI
- navigate to project directory
- run
pipenv install
- install pipenv if you haven't already
- run
pipenv run python MRP_Consume.py
- you're in business
- Use ngrok if you want to temporarily tunnel from your local machine.
- Here's a great tutorial for pipenv.