Reddit Bot Automation
Author: Axel Fernández Curros
Guide to use up a bot to automate Twitter profile.
Install python dependencies
- Linux
pip3 install praw python-dotenv
- Windows
pip install praw python-dotenv
Clone repository
git clone https://github.com/Axlfc/UE5-python
Navigate into the script folder from the repository directory
cd UE5-python/Content/Python/redditBot
Configure .env file
With your API Keys from Reddit for developers webpage
Make necessary changes to the script and run it
- Linux
python3 reddit.py
- Windows
python reddit.py