Skip to content

codecaliper/automate-reddit-bot

 
 

Repository files navigation

Reddit Video Maker Bot 🎥

Requirements

  • Python 3.9+
  • Playwright (this should install automatically in installation)

Installation 👩‍💻

  1. Clone this repository

  2. Run pip install -r requirements.txt

  3. Run python -m playwright install and python -m playwright install-deps

EXPERIMENTAL!!!!

On MacOS and Linux (debian, arch, fedora and centos, and based on those), you can run an install script that will automatically install steps 1 to 3. (requires bash)

bash <(curl -sL https://raw.githubusercontent.com/elebumm/RedditVideoMakerBot/master/install.sh)

This can also be used to update the installation

  1. Run python main.py
  2. Visit the Reddit Apps page., and set up an app that is a "script".
  3. The bot will ask you to fill in your details to connect to the Reddit API, and configure the bot to your liking
  4. Enjoy 😎
  5. If you need to reconfigure the bot, simply open the config.toml file and delete the lines that need to be changed. On the next run of the bot, it will help you reconfigure those options.

(Note if you got an error installing or running the bot try first rerunning the command with a three after the name e.g. python3 or pip3)

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Languages

  • Python 74.7%
  • HTML 14.8%
  • Shell 9.9%
  • Dockerfile 0.6%