Skip to content

rezaca/hey-addy-chatgpt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hey Addy

An email assistant powered by ChatGPT

How to contribute?

There are tasks to be done

  • Pick up a task from the list below or (ZenHub link coming soon)
    • Reverse engineer gmail to access email threads + history
    • Make chrome extension fire up when gmail tab is detected + email is opened
  • Make a PR

How to set up?

  • Clone Repo
  • Install Firebase CLI globally on your local machine
    • Run npm install -g firebase-tools
  • After Firebase CLI is installed login to your Firebase Account:
    • Run firebase login and follow the instructions
  • Install npm packages
    • cc into the functions directory and run npm install
  • Make a Firebase Project on https://console.firebase.google.com (Give it any name)
  • Replace default project name in .firebaserc file to your Firebase Project name
  • Run npm run dev or firebase serve --only functions,hosting

Credit

Disclaimers for Privacy Policy

  • We do not associate your email address with the ChatGPT request (Your email address is always private)
  • We do not share your email address with ChatGPT (Your email address is private and only used for authorization to access email threads)

About

Email assistant powered by ChatGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.0%
  • CSS 12.4%
  • HTML 10.2%
  • Shell 0.4%