This commit is contained in:
Mylloon 2021-08-01 20:27:27 +02:00
parent e599ce9375
commit 4c4d0fe138

View file

@ -39,6 +39,6 @@ To find Genius token, go to [this site](https://genius.com/api-clients), `login
- Using SQLite for the database.
## __Launching locally__
If you want to run it without Docker, create an .env file to store variables in the root folder (there is an example [here](https://gitlab.com/ConfrerieDuKassoulait/KassouBot/-/blob/main/.envexample).
If you want to run it without Docker, create an .env file to store variables in the root folder (there is an example [here](https://gitlab.com/ConfrerieDuKassoulait/KassouBot/-/blob/main/.envexample)).
Install ffmpeg by doing `sudo apt install ffmpeg` and all the requirements by doing `python3 -m pip install -r requirements.txt`
Simply run `python3 main.py` inside the `src` folder to launch the bot in the repo folder.