Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 830 Bytes

README.rst

File metadata and controls

29 lines (21 loc) · 830 Bytes

Serverless Reddit Slack Bot

https://github.com/epsagon/reddit-slackbot/blob/master/screenshot.png

Description

  • Serverless Reddit Slack Bot for tracking new submissions
  • Deployed as a Python AWS Lambda using the Serverless Framework
  • Can be used as a template for other Slack bots

Setup

  • Configure config.json with the Reddit client parameters, Slack webhook URL, and the subreddits to track
  • Update serverless.yml with your AWS account ID
  • Deploy the Lambda function
git clone https://github.com/epsagon/reddit-slackbot
cd reddit-slackbot/
pip install -r requirements.txt -t packages/
serverless deploy