Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thekamik/email-automation-with-gpt-ai-and-python
An example of using the OpenAI API in python to automate email responses
https://github.com/thekamik/email-automation-with-gpt-ai-and-python
ai-bot email-automation email-bot email-response email-sender openai-api python python-bot
Last synced: 3 days ago
JSON representation
An example of using the OpenAI API in python to automate email responses
- Host: GitHub
- URL: https://github.com/thekamik/email-automation-with-gpt-ai-and-python
- Owner: thekamik
- License: mit
- Created: 2023-08-24T20:19:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-13T17:12:31.000Z (9 months ago)
- Last Synced: 2024-02-13T18:32:12.407Z (9 months ago)
- Topics: ai-bot, email-automation, email-bot, email-response, email-sender, openai-api, python, python-bot
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# email-automation-with-gpt-ai-and-python
An example of using the OpenAI API in python to automate email responses1. 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:
```sh
pip install openai
```
b.) Complete the API key and login details
4. If you find a bug or have an idea to improve the program, please e-mail me.