
Amazon delivery status password#
Amazon delivery status install#
These install Homebrew (a package manager), then they use Homebrew to install Git+Python, download the project, then set up the Python environment.Įcho -e 'if command -v pyenv 1>/dev/null 2>&1 then\n eval "$(pyenv init -)"\nfi' > ~/.bash_profileĮcho 'eval "$(pyenv init -)"' > ~/.zshrc Open up a terminal and run the following commands. If you are on Windows, use this guide instead of these instructions, as Windows is a bit difficult and this guide is clear. Python3 and pip3 (these should come together).The default is a part of the group's address. All addresses must contain a key that uniquely identifies which buying group the address belongs to.Auto-uploading only works for USA and sites whose websites are of the same format as Pointsmaker or MYS.This will only work for one email account at a time.See "Sheets Output" below for more information. Uploads the reconciliation output to a Google Sheet in a human-readable format.
Amazon delivery status manual#
Applies manual adjustments (see "Sheets Output" below).Groups orders together by purchase order (if applicable, only USA).This entails going into the group's website and parsing out the mapping from tracking number to reimbursed cost. Fills out the reimbursed costs when it can (for groups like Pointsmaker, MYS, or USA).Loads in the groups of tracking numbers / orders from get_tracking_numbers.py.This sometimes happens if Amazon is being slow - in these cases, there is no harm in running the script again. If it cannot parse an email for some reason, it will mark the email as unread so that you can look at it manually later. Emails you (the user) a list of tracking/order numbers that it found, for sanity checking.two orders are grouped together if they ship in the same shipment). Groups together orders or tracking numbers that are bunched together by Amazon or Best Buy for later reconciliation (e.g.Uploads those tracking numbers to the order tracking systems of groups like Pointsmaker, MYS, or USA.Parses out a set of information from those emails and associated emails, including tracking number(s), order number(s), order costs, email addresses, order URLs, and shipping dates and saves that information to disk and to Drive.Parses unread shipping notification emails from the last 45 days from Amazon or Best Buy.


The main purposes of these scripts is so that one can look at a single Google Sheet and immediately know what orders have been properly tracked and reimbursed by the buying groups, and to give the user the tools to fix any issues that may arise. In a basic sense, it automates the retrieval of tracking information, upload to buying groups' sites, and order reconciliation after reimbursement. This is a set of Python scripts meant for streamlining and automating the process of reconciling one's orders with buying groups.
