https://github.com/suneil/gmail
download gmail emails
https://github.com/suneil/gmail
Last synced: 3 months ago
JSON representation
download gmail emails
- Host: GitHub
- URL: https://github.com/suneil/gmail
- Owner: suneil
- License: mit
- Created: 2017-06-23T09:51:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T09:51:27.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T23:28:24.364Z (4 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gmail
Downloads email from gmail account and stores it in mongo for further analysis by other tools
This will work but is not production ready as it is missing some features like resuming from last email
## Install
```
go get golang.org/x/net/context
go get golang.org/x/oauth2/google
go get google.golang.org/api/gmail/v1
go get gopkg.in/mgo.v2
go get github.com/juju/ratelimit
go get github.com/spf13/cobra
go get github.com/spf13/vipergit clone https://github.com/suneil/gmail
```## License
See LICENSE for details