A bot that waits for a freely definable post to appear in a subreddit to crosspost it to another subreddit.
- Clone or download it to your directory you wanna run it from
- Edit the config.py by putting in the required parameters
- Edit the keys.py , input your reddit API data
- Run the init.py file
The bot has 1 module that dont come pre installed with python, to install them do
The praw module
pip3 install praw
for reddit API
- Please open a issue if any appear