Skip to content

Consume MRPEasy API calls and format for Google Sheets

Notifications You must be signed in to change notification settings

chriskaschner/MRP-Consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRP-Consumer

A ridiculously simple Flask app to consume MRPEasy API calls and format for Google Sheets import. Uses pipenv and .env for config.

Install

  • 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

Bonus Hint

About

Consume MRPEasy API calls and format for Google Sheets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published