Things / N.txt
Basementup's picture
Upload 3 files
c0e5b7c verified
Raw
History Blame Contribute Delete
792 Bytes
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