Compare the prices of McDonald's menu items across different restaurants in your location
- Install the required dependencies:
pip install -r requirements.txt - Fill out
env.jsonwith API request headers according toenv.json.template - Save the response of the latest login refresh request to
login_refresh_response.json
./fetch_menu.py: Fetch the menu for a specific restaurant and save it toid> menu_jsons/.json;.json ./process_menus.py: Process all menu JSON files inme> menu_jsons/(non-recursively) and save the processed data todata//e>/ is an arbitrary string which will get converted to title case, typically representing a city or region nameme> - If
menu_jsons/doesn't contain any JSON files it will look inmenu_jsons/instead/e>/
- Serve the project root directory with any static website hosting tool