Skip to content

Signiant/gmail_poll_url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmail_poll_url

Polls gmail and calls a custom URL on a pattern match

Config file format

{
        "username": "YOURUSER@gmail.com",
        "password": "YOURPASSWORD",
        "searchString": "MATCH STRING",
        "url": "URL TO GET ON MATCH"
}

Sample docker run command showing how to mount the config file into the container using a data volume on the local docker host :

docker run -d --privileged=true \
              -v /my/local/folder/gmail_config.json:/usr/src/app/gmail_config.json \
              --name gmail_poller \
              signiant/gmail-poll-url

About

Polls gmail and calls a custom URL on a pattern match in the email subject

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages