Updated Red v2 (markdown)

Twentysix 2016-02-11 09:54:56 +01:00
parent 7bcf9fb6f7
commit f4083ef55a

@ -9,7 +9,7 @@ git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordB
Now, about the [requirements](https://github.com/Twentysix26/Red-DiscordBot/wiki/Requirements): Now, about the [requirements](https://github.com/Twentysix26/Red-DiscordBot/wiki/Requirements):
Since Red is now modular, only discord.py is really *needed*, any other requirement is dependent on the audio module. If you're not interested in it, disregard all the others. Since Red is now modular, only discord.py is really *needed*, any other requirement is dependent on other specific modules. If you're not interested in them, you can disregard their requirements as well.
**Basic requirements:** **Basic requirements:**
``` ```
@ -17,7 +17,7 @@ pip3 install git+https://github.com/Rapptz/discord.py@async
``` ```
discord.py *must be* up to date. discord.py *must be* up to date.
**Audio related requirements:** **cogs.audio requirements:**
``` ```
pip3 install youtube_dl pip3 install youtube_dl
pip3 install beautifulsoup4 pip3 install beautifulsoup4
@ -25,7 +25,10 @@ pip3 install beautifulsoup4
**_ffmpeg and opus are no longer bundled with the new version, you'll need to install them separately_**. **_ffmpeg and opus are no longer bundled with the new version, you'll need to install them separately_**.
If you can't be bothered to do that, download them from the main branch ([1](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffmpeg.exe) [2](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffplay.exe) [3](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffprobe.exe) [4](https://github.com/Twentysix26/Red-DiscordBot/raw/master/libopus-0.dll)) and put them next to red.py If you can't be bothered to do that, download them from the main branch ([1](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffmpeg.exe) [2](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffplay.exe) [3](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffprobe.exe) [4](https://github.com/Twentysix26/Red-DiscordBot/raw/master/libopus-0.dll)) and put them next to red.py
####Configuration: **cogs.image requirements:**
```
pip3 install imgurpython
```
Once you start Red, the configuration process is very straightforward. If you mess something up and you want to repeat it, just delete settings.json, which is located in data/red and restart Red. Once you start Red, the configuration process is very straightforward. If you mess something up and you want to repeat it, just delete settings.json, which is located in data/red and restart Red.