Skip to content

A simple python client to track credit card expenses from your gmail account

License

Notifications You must be signed in to change notification settings

devashish2203/ExpenseManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Manager is a simple command line utility to get a summary of your monthly spends from your Gmail Inbox. It works by parsing transaction mails sent by your card provider to your gmail address.

Installation

  • Clone the repo git clone https://github.com/devashish2203/ExpenseManager.git

  • Follow the instructions on the Google Clound Console to enable access to your gmail account for the app https://developers.google.com/gmail/api/quickstart/python

  • Download the credntials file as client_secret.json in the root of the repo

  • Install dependencies

  • Install dependencies using the requirements.txt pip install -r requirements.txt

  • Run the application with python3 quickStart.py

Supported Banks

  • CITIBANK Credit Card

About

A simple python client to track credit card expenses from your gmail account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages