Main repository for 31113
- Create a file named
secret.py
inside thebot
folder. - Define your discord bot token as
TOKEN
, saucenao api token asSAUCE_TOKEN
, reddit data asREDDIT_ID
andREDDIT_SECRET
respectively. Follow these steps to obtain the required reddit data.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"
- 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