Skip to content
forked from sec4you/splash

Gmail app to view delay time to response threads

License

Notifications You must be signed in to change notification settings

Killerskul/splash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SPLASH

Spash is a Tool to export Gmail information based on custom filter to data analyse

How to work


NOTE

You will need to host this on a web server, since Google Sign In API only works with a web server. I recommend starting a python simple http server: python -m http.server <port>

  • Change the apiKey and clientId variables with your values.
  • On displayInbox function, change the filter variable to the desired value
  • Access the server via browser, ex: localhost:8000/gmail-query.html
  • Click authorize and select your gmail account.

Git Repository

Always do it:

Fork this is repository

  • Add upstream: git remote add upstream [email protected]:sec4you/splash.git
  • Before push, execute:
  • git fetch upstream
  • git rebase upstream/master
  • finally: git push
  • Open pull request

About

Gmail app to view delay time to response threads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 82.5%
  • JavaScript 17.5%