gbrodman / order-tracking

Automated Amazon and Best Buy order tracking for buying groups
GNU Affero General Public License v3.0
34 stars 13 forks source link

Proposed QOL Adjustments/Improvements #196

Open spiveym opened 2 years ago

spiveym commented 2 years ago

Given that BestBuy orders are slim to none for me these days, and I am doing a bulk-load of Amazon orders, these are the current list of changes I'm trying to (badly) implement with my limited skillset:

Basic Goals:

Stretch goals:

cc: @gbrodman

spiveym commented 1 year ago

Reconfigure email_tracking_retriever.py to only search emails addressed to the currently active Amazon account defined within the config.yml

@gbrodman any suggestions on how to implement the above? Seeing as you can't use a single Amazon account to grab all tracking details now, it makes more sense for get_tracking_numbers.py to only fetch unread emails sent to the email address that is defined within config.yml.