rram / moneypenny

Flask webhook for Envoy and reddit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Flask webhook for Envoy and reddit

License:Other


Languages

Language:Python 100.0%