December 8, 2015

How to Script Reddit

The gist is the implementation of a bot that uses my summary service to generate comments on reddit. It's poorly commented so I'll document it below.

SegmentPurpose
Lines 13-15Probably redundant, but these filter out any other user aside from u/autodldr
Lines 18-20Restricts the bot to summarising only posts created today. This is enforced by the cronjob that triggers the bot
Line 28filters the subreddit's posts by date and user. Not sure if the user is necessary, but I'm being safe.
Lines 31-32Find the link to the original article in the selected post
Line 42Generates markdown for the comment
Line 44Adds the comment to the subreddit

No comments:

Post a Comment