Skip to content

AI Payment initiation for gmail

Notifications You must be signed in to change notification settings

kepicorp/AIGmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Gmail

Description

This adds an NLP capability to your gmail account to send payment to GPP.

Install

Back-end server

Make sure you have docker installed and git.

Clone the repository

If you already cloned and want to update use git pull

git clone https://github.com/kepicorp/AIGmail.git

Assuming you registered an app at fusion fabric developer website, configure your client_id, client_secret and token_endpoint in docker-compose.yml file (you have a sample file as docker-compose.yml.sample)

CLIENT_ID=XXXX
CLIENT_SECRET=YYYY
TOKEN=https://api.fusionfabric.cloud/login/v1/sandbox/oidc/token

Run the docker compose

to build image add ---build at the end of the command line

docker-compose up

The back-end is now running on https://localhost:5001

Chrome plugin

Go in the extension menu in chrome

extension

And then load unpacked extension by clicking on load unpack and selecting the chrome folder in your git repository.

Make sure you ticked the developer toggle top right

plugin

Usage

Open your gmail account. Create a new email. Type in the body of the email: I want to send 500 USD from AccountA to AccountB

payment

It should automatically flag everything required.

About

AI Payment initiation for gmail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages