Skip to content

Reddit-Enhancement-Suite/redditbots

 
 

Repository files navigation

Caveat: probably broken at any given moment

#Setup Run ./setup.sh

#Add new bots

  1. mkdir someRelatedBots && cp example/example.py someRelatedBots/specificBot.py
  2. Edit someRelatedBots/specificbot.py and rename ExampleRedditBot to SpecificBot
  3. Edit SpecificBot.main to do something

#Run bot source bin/activate; python someRelatedBots/specificbot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Shell 1.4%