Update README.md
This commit is contained in:
parent
5d15b5e8bf
commit
929cae8c64
@ -11,7 +11,7 @@ Bot the can play :
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
### Web interface
|
### Web interface
|
||||||
* Disable * I need to work on it. Since I use this bot for radio, youtube/soundcloud and folder music, the web interace isn't ready.
|
* Disabled I need to work on it. Since I use this bot for radio, youtube/soundcloud and folder music, the web interace isn't ready.
|
||||||
|
|
||||||
You need to create a folder for all your music. Organize your music by subfolder.
|
You need to create a folder for all your music. Organize your music by subfolder.
|
||||||
The main folder needs to be declared in the config (with a '/' at the end)
|
The main folder needs to be declared in the config (with a '/' at the end)
|
||||||
@ -31,7 +31,7 @@ $ python3 -m venv venv
|
|||||||
$ venv/bin/pip install wheel
|
$ venv/bin/pip install wheel
|
||||||
$ venv/bin/pip install -r requirements.txt
|
$ venv/bin/pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
### (Optionnal) Generate a certificate
|
### (Optional) Generate a certificate
|
||||||
`$ openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout botamusique.pem -out botamusique.pem -subj "/CN=botamusique"`
|
`$ openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout botamusique.pem -out botamusique.pem -subj "/CN=botamusique"`
|
||||||
### Starting the bot
|
### Starting the bot
|
||||||
`$ venv/bin/python mumbleBot.py -s HOST -u BOTNAME -P PASSWORD -p PORT -c CHANNEL -C /path/to/botamusique.pem`
|
`$ venv/bin/python mumbleBot.py -s HOST -u BOTNAME -P PASSWORD -p PORT -c CHANNEL -C /path/to/botamusique.pem`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user