Skip to content

epsagon/reddit-slackbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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