This is a personal accounting software that utilizes two sources of data: Gmail and JSON files.
- Gmail:
- Google APIs in Use:
- Sheet API service
- Gmail API service
- Cache: JSON File
- Google APIs in Use:
- Google Sheets
- Post HTTP Requests
This is my first Python program. I utilized code snippets provided by CHAT GPT and integrated them into the program.
- Retrieves emails from Gmail filtered by subject.
- Extracts numbers and dates from the emails.
python3 main.py
pip install -r requirements.txt
Dimitar Sashev Dimitrov
MIT License
Copyright (c) [2024] [Dimitar Sashev Dimitrov]