Skip to content

EllieJaybee/31113

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

31113

Main repository for 31113

Usage

  1. Create a file named secret.py inside the bot folder.
  2. Define your discord bot token as TOKEN, saucenao api token as SAUCE_TOKEN, reddit data as REDDIT_ID and REDDIT_SECRET respectively. Follow these steps to obtain the required reddit data.

    Example

    TOKEN = "discordbottokenhere"
    # Leave the strings below empty as "" if you don't plan on using them
    SAUCE_TOKEN = "saucenaoapitokenhere"
    REDDIT_ID = "redditappidhere"
    REDDIT_SECRET = "redditappsecrethere"
  3. Run the bot with
    python -O -m bot
    # Windows users may need to run this instead
    py -O -m bot

End User Documentation is available here

DigitalOcean Referral Badge