Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 746 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 746 Bytes

Moneypenny

Moneypenny is a simple webhook for Envoy that will post visitors name and photos to reddit.

Required libraries

Configuration

[envoy]
api_key = 

[reddit]
username =
password =
subreddit =
# Formating replacements:
#  ${location}
#  ${visitor_name}
#  ${d} - datetime object
link_format = {visitor_name} on {d:%b} {d.day} {d.year}

[aws]
s3_bucket = 

[locations]
# short_code = Long Name, timezone
sfo = San Francisco, America/Los_Angeles