File size: 792 Bytes
c0e5b7c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
complaint-tracker/
β”œβ”€β”€ main.py
β”œβ”€β”€ config.py
β”œβ”€β”€ pdf_parser.py
β”œβ”€β”€ email_watcher.py
β”œβ”€β”€ scheduler.py
β”œβ”€β”€ notifier.py
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ .env                        # Your secrets
β”œβ”€β”€ .env.example                # Template (optional)
β”œβ”€β”€ Dockerfile                  # <-- NEW
β”œβ”€β”€ docker-compose.yml          # <-- NEW
β”œβ”€β”€ data/                       # <-- CREATE THIS FOLDER
β”‚   └── Gmail - [Confidential] Your complaint about Bank of Scotland plc.pdf
β”œβ”€β”€ reports/                    # <-- CREATE THIS FOLDER (auto‑generated CSVs & logs)
β”œβ”€β”€ credentials.json            # (Optional) Gmail API OAuth creds
└── token.pickle                # (Optional) Gmail API token – generated locally