https://github.com/epsagon/reddit-slackbot
Serverless Slack bot for tracking Reddit submissions
https://github.com/epsagon/reddit-slackbot
aws-lambda reddit reddit-api reddit-bot serverless slack-bot slackbot
Last synced: 6 months ago
JSON representation
Serverless Slack bot for tracking Reddit submissions
- Host: GitHub
- URL: https://github.com/epsagon/reddit-slackbot
- Owner: epsagon
- License: mit
- Created: 2018-03-22T16:29:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:34:03.000Z (over 2 years ago)
- Last Synced: 2025-04-14T12:04:55.138Z (6 months ago)
- Topics: aws-lambda, reddit, reddit-api, reddit-bot, serverless, slack-bot, slackbot
- Language: Python
- Homepage: http://blog.epsagon.com/why-your-startup-needs-serverless-slack-bots
- Size: 62.5 KB
- Stars: 20
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Serverless Reddit Slack Bot
=====================.. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
:target: https://saythanks.io/to/nshap.. image:: https://github.com/epsagon/reddit-slackbot/blob/master/screenshot.png
:align: centerDescription
----------
- 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 botsSetup
-----
- 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.. code-block:: bash
git clone https://github.com/epsagon/reddit-slackbot
cd reddit-slackbot/
pip install -r requirements.txt -t packages/
serverless deploy