Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DenverCoder1/Tag-Owl-Reddit-Bot
Reddit bot to tag long lists of users
https://github.com/DenverCoder1/Tag-Owl-Reddit-Bot
Last synced: about 9 hours ago
JSON representation
Reddit bot to tag long lists of users
- Host: GitHub
- URL: https://github.com/DenverCoder1/Tag-Owl-Reddit-Bot
- Owner: DenverCoder1
- License: mit
- Created: 2019-05-29T18:21:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T11:44:03.000Z (over 1 year ago)
- Last Synced: 2024-08-03T21:03:36.031Z (3 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Tag-Owl-Reddit-Bot
Reddit bot to tag long lists of users.
This bot sends notifications to users when:
* A new post is created in a subreddit (for [r/ravenclaw](https://www.reddit.com/r/ravenclaw), [r/RavenclawsBookClub](https://www.reddit.com/r/RavenclawsBookClub), [r/Arithmancy](https://www.reddit.com/r/Arithmancy))
* Someone writes "send by owl" in a comment (eg. "Send by owl to Assignments List", "Send by owl to u/example1, u/example2")
* A comment is posted mentioning a link to a Home Game (for [r/Dueling](https://www.reddit.com/r/Dueling))Info on getting Reddit client id, client secret for bot account: https://progur.com/2016/09/how-to-create-reddit-bot-using-praw4.html
Steps for setting up Google Sheets API and `creds.json` with Google credentials: https://erikrood.com/Posts/py_gsheets.html
I'm currently running the script using Heroku - https://dashboard.heroku.com/apps
> **Note**
> I know the code is a mess, this is an old project that I'm not actively working on.