An email assistant powered by ChatGPT
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
- Clone Repo
- Install Firebase CLI globally on your local machine
- Run
npm install -g firebase-tools
- Run
- After Firebase CLI is installed login to your Firebase Account:
- Run
firebase login
and follow the instructions
- Run
- Install npm packages
- cc into the functions directory and run
npm install
- cc into the functions directory and run
- 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
orfirebase serve --only functions,hosting
- This wil fire up a firebase emulator locally on http://localhost:5001/hey-addy-chatgpt/us-central1/api
- Unofficial Node.js API by transitive-bullshit et al. (https://github.com/transitive-bullshit/chatgpt-api)
- 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)