Get emailed when a new pet meets your Petfinder search criteria
{
"sender_user": "[email protected]",
"sender_pass": "xxxxxx",
"recipients": [
"[email protected]",
"[email protected]"
],
"timeout": 60,
"params": {
"breed": "Labrador Retriever",
"age": "Baby",
"location": "10001",
"animal_type": "Dog",
"status": "Adoptable",
"sort": "recent",
"limit": 100
}
}
{
"client_id": "{petfinder_client_id}",
"client_secret": "{petfinder_client_secret}",
"rebrandly_token": "{rebrandly_token}",
"rebrandly_workspace": "{rebrandly_workspace}"
}
docker run -d -v /{path_to_config}/:/config --name puppyfinder notronswanson/puppyfinder:latest