Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

README

        

THIS IS A POPULATOR!
it takes data from your gmail, then inputs that data into a database

You 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)