0% found this document useful (0 votes)
26 views1 page

How To Use FedEx Bot

To use the FedEx Bot, first log in to FedEx and obtain a two-factor authentication PIN from your Estore Email. Then, download the report and export it to a specified directory, modify the code in 'getFedexFile.py' as instructed, and run the script to generate a 'cleaned_file.csv'. Finally, adjust the formats in the CSV as needed, rerun the script, and check the output files in the designated report folder, noting that some may be empty if no data was provided for certain days.

Uploaded by

sobaan.apace
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views1 page

How To Use FedEx Bot

To use the FedEx Bot, first log in to FedEx and obtain a two-factor authentication PIN from your Estore Email. Then, download the report and export it to a specified directory, modify the code in 'getFedexFile.py' as instructed, and run the script to generate a 'cleaned_file.csv'. Finally, adjust the formats in the CSV as needed, rerun the script, and check the output files in the designated report folder, noting that some may be empty if no data was provided for certain days.

Uploaded by

sobaan.apace
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

-> Now run "getFedexFile.py". A file "cleaned_file.csv" will be updated by this


action.

-> 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

-> Now run "getFedExFile.py".

-> once it done, go to "C:\Users\junai\OneDrive\Reporting\FedEx Bot\Report" and you


will see Multiple file there.

-> 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.

You might also like