A Python tool to automatically label today's emails using AI.
-
Install Dependencies
pip install PyYAML openai
-
Configuration Edit
config/config.ymlwith your settings:email: IMAP connection details.ai: API key, model, and the prompt to control classification.
-
Usage
python src/main.py
License is under GPL-2.0, you can view the License file for more details.