Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 638 Bytes

File metadata and controls

18 lines (12 loc) · 638 Bytes

email-automation-with-gpt-ai-and-python

An example of using the OpenAI API in python to automate email responses

  1. This script was created to automatically reply to emails in an email inbox using OpenAI API.
    The script allows you to reply to only unread messages or to all messages in the inbox.
    Sent messages are moved to the specified folder.

  2. The program is ready to use. You only need:
    a.) Install the OpenAI library:

    pip install openai

    b.) Complete the API key and login details

  3. If you find a bug or have an idea to improve the program, please e-mail me.