|
|
@ -1,5 +1,5 @@ |
|
|
|
# Linkmaker Bot for Reddit |
|
|
|
# Linkmaker Bot for Reddit |
|
|
|
This script makes a simple bot for detecting a string in a post or comment, and replies with a link based on that string. |
|
|
|
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 |
|
|
|
## Installation |
|
|
|
- Ensure python and pip are installed. |
|
|
|
- Ensure python and pip are installed. |
|
|
@ -9,3 +9,6 @@ This script makes a simple bot for detecting a string in a post or comment, and |
|
|
|
|
|
|
|
|
|
|
|
## Running |
|
|
|
## Running |
|
|
|
Run pyton linkmakerbot.py |
|
|
|
Run pyton linkmakerbot.py |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Reccomendations |
|
|
|
|
|
|
|
Add a cron job to run the script regularly. |
|
|
|