-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Matthew edited this page Aug 11, 2020
·
4 revisions
Make sure Python 3.4+ and pip are installed
wget https://github.com/mpsparrow/applesauce/archive/master.zip and unzip unzip master.zip
download and unzip
git clone -b master https://github.com/mpsparrow/applesauce
pip install -r requirements.txt
Open config.ini and add your Discord token.
Create a MongoDB database and put the connection information into config.ini under MongoDB. If you need to install MongoDB reference https://docs.mongodb.com/manual/installation/
python run.py
Check out run arguments HERE