Spaces:
Build error
Build error
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 |