a reddit bot that says h
- Go to https://old.reddit.com/prefs/apps
- Scroll to the bottom and click "are you a developer? create a new app"
- Set the bot type to script and set the name to whatever you want
- Create the app
- Write down the client ID (the long string of text underneath the bots name and type), and the bot secret
- Download this bot by usinq git or by downloading the zip file
- In the bot's code's folder, make a file called .env and make this the contents:
SECRET="your secret here"
ID="your client id here"
USERNAME="your account's username here"
PASSWORD="your account's password here"
- Install Python if not installed, and then open up "Command Prompt" for Windows or "Terminal" for mac and run
pip3 install poetry==1.5.1
poetry install
poetry run python3 index.py