Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T05:21:18.000Z (about 6 years ago)
- Last Synced: 2023-02-28T18:27:14.146Z (almost 2 years 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: 61.5 KB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
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