Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenjinp/ruby-inbox-to-database-populator
Takes emails and populates a database with them!
https://github.com/kenjinp/ruby-inbox-to-database-populator
Last synced: about 1 month ago
JSON representation
Takes emails and populates a database with them!
- Host: GitHub
- URL: https://github.com/kenjinp/ruby-inbox-to-database-populator
- Owner: kenjinp
- Created: 2014-12-05T17:30:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-08T03:53:14.000Z (about 10 years ago)
- Last Synced: 2023-08-14T23:37:04.788Z (over 1 year ago)
- Language: Ruby
- Size: 128 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
THIS IS A POPULATOR!
it takes data from your gmail, then inputs that data into a databaseYou can choose to only search labeled emails, or all of them.
The data parsed is taken care of in the parse method.
The config file uses YAML (named 'config.yaml') and is in this format:
config:
username: 'yourusername'
password: 'yourpassword'
label: 'label of emails to look up' (if 'none', then search entire mailbox)
peek: 'true'/other (if true, emails parsed won't be labeled as read)