Skip to content

This project is an EMAIL labeling program, you can start the program (dont forget the right setup for config.yml) and then it will fetch all emails from today and will search your labels (gmail) and OpenAI API will order them into the right place (hopefully). IMAP BTW

License

Notifications You must be signed in to change notification settings

seesee010/Email-Labeling-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Labeling AI

A Python tool to automatically label today's emails using AI.

Setup

  1. Install Dependencies

    pip install PyYAML openai
  2. Configuration Edit config/config.yml with your settings:

    • email: IMAP connection details.
    • ai: API key, model, and the prompt to control classification.
  3. Usage

    python src/main.py

License

License is under GPL-2.0, you can view the License file for more details.

About

This project is an EMAIL labeling program, you can start the program (dont forget the right setup for config.yml) and then it will fetch all emails from today and will search your labels (gmail) and OpenAI API will order them into the right place (hopefully). IMAP BTW

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published