From 6527e026ae3d145db8eabd1d567d9fafca59d658 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sun, 7 Feb 2016 19:13:37 +0100 Subject: [PATCH] Created README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..c480e069c --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Red - A multifunction Discord bot +#### *Now fully modular* + +This is a work in progress. Bugs and missing features are to be expected. + +The only requirement for the main part is: +``` +pip3 install git+https://github.com/Rapptz/discord.py@async +``` +The requirements for the audio module are: +``` +pip3 install youtube_dl +pip3 install beautifulsoup4 +Opus/ffmpeg +``` +Either you install ffmpeg and opus from the original sources or you can download them directly from the [main branch](https://github.com/Twentysix26/Red-DiscordBot). +Just click on the 3 .exes and the opus dll, then click on the "raw" button to download them. +If you do this, you also need to put them in the main folder, next to red.py