Spash is a Tool to export Gmail information based on custom filter to data analyse
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.
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