Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 614 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 614 Bytes

Description

This script reads emails using Gmail API's Gmail API's. And after that it identifies the emails related to transactions, so that it can send daily/weekly/monthly expense report to users.

Prerequisites

  1. Python 2.7+
  2. googleapiclient, google_auth_oauthlib, pytz, tzlocal libraries from python

How to run

python get_expense_report_gmail_api.py

Then you will be redirected to gmail login page where you have to login and after that you will recieve an auth code, copy that code and paste in terminal and you are good to go !!!