No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-11 11:44:05 -04:00
local_subreddits washtington_county not found 2018-05-26 12:41:46 -04:00
.gitignore Fixing replied to gitignore 2018-04-25 08:56:49 -04:00
banned_reply.py Unsubscribing from banned subreddits 2018-05-02 16:06:47 -04:00
banned_reply_text Creating ban auto-reply 2018-04-26 13:36:38 -04:00
banned_with_note_reply_text Creating ban auto-reply 2018-04-26 13:36:38 -04:00
comment_text Rewriting comment text per discussion with the very friendly and helpful /r/RhodeIsland mods 2018-05-23 20:29:30 -04:00
gen_domain_list.py a whole lot of work/automation for a 2 domain gain, but it should help going forward as they aquire more and more properties 2018-06-22 04:24:57 -05:00
justnosinclair.py more fixes 2018-05-26 15:43:32 -04:00
LICENSE Initial commit (README, LICENSE, ignore file) 2018-04-21 17:50:50 -04:00
Pipfile Adding Pipfile for pipenv 2018-04-21 18:00:19 -04:00
Pipfile.lock Bump requests from 2.32.4 to 2.33.0 2026-08-11 15:43:30 +00:00
README.md Making setup commands inline code blocks 2018-04-22 15:37:28 -04:00
revise_comments.py Adding additional text to output 2018-04-26 13:35:47 -04:00
sinclair_domains a whole lot of work/automation for a 2 domain gain, but it should help going forward as they aquire more and more properties 2018-06-22 04:24:57 -05:00

JustNoSinclair

Reddit bot for flagging links to Sinclair-owned websites.

Requirements

  • python3
  • pipenv
  • praw

Setup

  • git clone
  • pipenv 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>