Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 600 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 600 Bytes

WeWereOnABreakBot

What is it?

WeWereOnABreakBot is a Reddit bot made to reply comments with Friends quotes.

How To Run

  1. Create a file named praw.ini on the root of the repository
  2. Fill the file with the following information:
    [WeWereOnABreakBot]
    client_id=yourclientid
    client_secret=yourclientsecret
    password=yourpassword
    username=yourusername
    bot_name=yourbotname
    bot_version=yourbotversion
    bot_author=yourbotauthor
    user_agent=%(bot_name)s:v%(bot_version)s (by u/%(bot_author)s)
    
  3. Run main.py