How To Use FedEx Bot
How To Use FedEx Bot
->First you need to login FedEx, it will ask for a pin two factor so simply go to
Estore Email and get the PIN.
-> Secondly download the report, Go to Tracking > Advance Shipment Tracking >
Calender > Export the file.
-> Cut paste the file into this dir "C:\Users\junai\OneDrive\Reporting\FedEx Bot".
-> Open "getFedexFile.py" in VScode and you will see dash lines splitting the code
on line number 41
-> Comment the code that is written after that splitting line
-> open cleaned_file.csv and fix format of "tracking Number" to Fraction format
-> Now check "sheduled delivery date" column and you have to fix the date format
from "0/0/00" to this "00/00/0000", close the csv
-> Now uncomment that code and this time comment the above code written before that
line except "output = " line
-> Since this bot is arranging files in days manner so maybe you'll find Some files
empty, it means there was no data provided by FedEx for that particular day.