Skip to content

Installation

Matthew edited this page Aug 11, 2020 · 4 revisions

Make sure Python 3.4+ and pip are installed

Step 1 - download

Linux

wget https://github.com/mpsparrow/applesauce/archive/master.zip and unzip unzip master.zip

Windows

download and unzip

git clone

git clone -b master https://github.com/mpsparrow/applesauce

Step 2 - install

pip install -r requirements.txt

Step 3 - config

Open config.ini and add your Discord token.

Step 4 - database

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/

Step 5 - run

python run.py

Check out run arguments HERE

Clone this wiki locally