Some scripts that made my workflow a lot easier to minimize time spent on testing.
Script that creates keyboard shortcut to capture GraphQL UUID of smart order without having to inspect, filter and click
Used with TamperMonkey Chrome extension: https://chromewebstore.google.com/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo?utm_source=item-share-cb
Note: Need to add sites that the script can run on in the very top (ie. // @match https://mrgreens.pepr.app/*
)
Keyboard shortcut once installed: COMMAND + SHIFT + i
Script to send inbounds via folder pathname instead of having to do it manually.
- Make sure python3 / python is correctly installed
- Update email in script to your own email
- Configure app password for Gmail SMTP authentication
- Recommended: install and use script with cursor to use natural language to send commands (commands also broken down below)
- Store all inbounds that you want to send in 1 folder
Feel free to tweak the script!
Note: Script uses the file name and pre-appends "For ___" in the email subject (this helps with restaurant matching accuracy)
# Interactive mode (default)
python script_name.py
# Custom folder
python script_name.py --folder /path/to/your/folder
# Custom recipient
python script_name.py --recipient [email protected]
# Skip confirmation
python script_name.py --no-confirm
# Full custom
python script_name.py --folder /path/to/files --recipient [email protected] --no-confirm
- Interactive Mode: Browse folders, preview files, confirm before sending
- Supported Files:
.jpg
,.jpeg
,.png
,.pdf
,.txt
,.csv
,.xlsx
,.eml