No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| local_subreddits | ||
| .gitignore | ||
| banned_reply.py | ||
| banned_reply_text | ||
| banned_with_note_reply_text | ||
| comment_text | ||
| gen_domain_list.py | ||
| justnosinclair.py | ||
| LICENSE | ||
| Pipfile | ||
| Pipfile.lock | ||
| README.md | ||
| revise_comments.py | ||
| sinclair_domains | ||
JustNoSinclair
Reddit bot for flagging links to Sinclair-owned websites.
Requirements
- python3
- pipenv
- praw
Setup
git clonepipenv install- create
praw.ini
[BotName]
client_id=<client id>
client_secret=<client secret>
username=<bot reddit username>
password=<bot reddit password>
user_agent=<custom bot user agent>