Skip to content

swiggy-expense-calc is a script that analyzes your Swiggy expenses over the past year. The script will fetch swiggy orders from last 1 year and give you a CSV.

License

Notifications You must be signed in to change notification settings

MrRobo24/swiggy-expense-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swiggy-expense-calc

  • swiggy-expense-calc is a script that analyzes your Swiggy expenses over the past year.
  • You are expected to login to your swiggy account by entering your registered mobile number and OTP from swiggy (feel free to review the code if you have trust issues).
  • The script will fetch swiggy orders from last 1 year and give you a csv sheet with grouped data and also generate a csv with all the orders.

Install Dependencies

pip3 install -r requirements.txt

Run Script

Initially execute the following command to run this script in sandbox mode on only a few past orders.

python3 -u main.py

If the script successfully outputs the swiggy-expenses.csv with valid data then you can go ahead use environemnt as production to fetch orders from last 1 year:

ENV='production' python3 -u main.py

About

swiggy-expense-calc is a script that analyzes your Swiggy expenses over the past year. The script will fetch swiggy orders from last 1 year and give you a CSV.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages