You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

399 B

Linkmaker Bot for Reddit

This python script is a simple bot for detecting a string in a post or comment, and replies with a link based on that string.

Installation

  • Ensure python and pip are installed.
  • Run pip install praw
  • Clone the repository
  • Modify praw.ini to your Reddit settings

Running

Run pyton linkmakerbot.py

Reccomendations

Add a cron job to run the script regularly.