[go: nahoru, domu]

Skip to content

Latest commit

 

History

History

email-automation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Watch a video demo :  ​YouTube​

What is it?

email-automation is a Python implementaton of email autmation integrated with chatgpt using imap (Internet Mail Access Protocol) and email module. Where you'll be able to select few particular mail address from which you can choose the read the unseen mails and from that body part chatgpt will write blog/news/post as per your requirements.

Requirements

  • 2-step verification in google account (target email) - Link
  • share the app password (for google's security reasons)
  • turn on 'status : IMAP' from mail settings under : Forwarding and POP/IMAP - Link

Features

  • ✒️ automating blogs/news writing as soon as you get an mail
  • ⭐ ask chatbot to do custom work on the bases of the mail
  • 📟 complete access to your mail and automate (title, body, time, sender, number of sender)
  • ⚙️ fully customized attributes depending on the requirements

Input Attributes

  • how_many : how many unseen mails you want to check (default : 10)
  • maxtoken : what is the maximum number of charecters you want in your blog (default : 200 characters)
  • what_to_ask : what do you want to ask chatgpt to do (default : write an blog about)
  • num_target : number of targeted emails (default : None)

Contributing

If you would like to contribute more Applications, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch with your feature or bug fix.
  3. Commit your changes and push to your fork.
  4. Create a pull request.
  5. Please create a seperate folder with readme.md and updathe the main/readme.md

Further Readings