A reddit bot written in Python to crosspost reddit post matching some keywords from one subreddit to another
Generate appropriate tokens for your reddit bot
Create config file for praw
cat > praw.ini << EOF
[openhomeautomationbot]
client_id = YOUR_CLIENT_ID_HERE
client_secret = YOUR_CLIENT_SECRET_HERE
username = YOUR_USERNAME_HERE
password = YOUR_PASSWORD_HERE
user_agent = YOUR_USER_AGENTEOF_HERE
EOFThis project uses Poetry. To run, install Poetry then simply run:
poetry run openhomeautomationbot