You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
single file application in /promo/bots/reddit-comment-bot.py; not split into python modules
runs in $PWD, does not require setuptools installation
configuration is external to source code; config-public.ini and config-private.ini permit API secrets to be external to source code
launches with make reddit-comment-bot; see Makefile
Monitoring
monitor for posts with "Mueller Report" (case insensitive) in the title
configure list of subreddits to monitor; what should this consist of?
configure minimum post upvotes before a comment is submitted to a post; configurable on a per-subreddit basis
decision: monitors rising posts? top posts? Seeking advice.
Commenting
when post matches, compose comment using markdown loaded from configurable file located in /promo/social/FILENAME.MD (path is hardcoded, filename is configurable)
support auto-removal of comment when conditions are met; conditions include downvotes
The text was updated successfully, but these errors were encountered:
Requirements
Integration
/promo/bots/reddit-comment-bot.py
; not split into python modules$PWD
, does not require setuptools installationconfig-public.ini
andconfig-private.ini
permit API secrets to be external to source codemake reddit-comment-bot
; seeMakefile
Monitoring
Commenting
/promo/social/FILENAME.MD
(path is hardcoded, filename is configurable)The text was updated successfully, but these errors were encountered: