ChatGPT-Mail-Integration

所属分类:其他
开发工具:Python
文件大小:0KB
下载次数:1
上传日期:2023-12-30 02:34:40
上 传 者sh-1993
说明:  “GPTMail Connect:使用OpenAI的GPT-3.5提升电子邮件组成。轻松起草、编辑和搜索电子邮件,实现无缝通信体验。
("GPTMail Connect: Elevate email composition with OpenAI s GPT-3.5. Effortlessly draft, edit, and search emails for a seamless communication experience.)

文件列表:
Requirement.txt
main.py

# GPTMail Connect GPTMail Connect is a powerful integration of OpenAI's GPT-3.5 language model and Gmail, designed to streamline and enhance your email composition experience. This intelligent assistant seamlessly blends natural language processing with efficient email workflows. ## Features - **Effortless Email Drafting:** Leverage the capabilities of GPT-3.5 to compose emails effortlessly with natural language. - **Intelligent Draft Creation:** Create Gmail drafts for editing with creative prompts, expanding your email composition possibilities. - **Smart Draft Searching:** Easily search through your drafts using intuitive natural language queries to find the latest email. ## Getting Started 1. **Installation:** - Clone the repository: `git clone https://github.com/rajasami156/GPTMail-Integrator.git` - Install dependencies: `pip install -r requirements.txt` 2. **Configuration:** - Set your OpenAI API key in the environment variable `OPENAI_API_KEY`. - Customize Gmail credentials as needed. 3. **Usage:** - Run the script: `python gptmail_connect.py` - Follow the prompts to compose, create drafts, and search emails. ## Example Usage ```python # Compose an email agent.run({ "input": { "message": "This is the email body...", "to": ["recipient@example.com"], "subject": "Subject of the email", "cc": ["cc@example.com"], "bcc": ["bcc@example.com"] } }) # Create a Gmail draft for editing agent.run({ "input": "Create a gmail draft for me to edit of a letter...", "to": ["recipient@example.com"], "subject": "Subject of the draft" }) # Search drafts for the latest email agent.run({ "input": "Could you search in my drafts for the latest email?" })

近期下载者

相关文件


收藏者