Update README.md

This commit is contained in:
Fierelier 2020-11-17 17:29:07 +01:00
parent e230e78cdf
commit 751277d28f
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
A faster client for slow computers. Mainly focuses on reducing the memory footprint. No web-framework is involved.
**This client is not a full replacement and never will be!** Due to Discord's TOS, [automating users beyond the bot API is not allowed](https://support.discord.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots-). This introduces limitations, like being unable to create groups, join servers and add friends.
This is made to allow you to stay in touch with friends. Servers will only receive basic support.
<h2>Prerequisites</h2>
**Python 3.5.3 or newer** - Windows: [Download](https://www.python.org/downloads/), Debian: `apt-get install python3` <br>
_Note: Windows 7's support was dropped with Python 3.9 (Thanks, asshats), use Python 3.8.x, on 7._ <br>
**discord.py** - Windows: `py -m pip install discord.py`, Debian: `pip3 install discord.py` <br>
**tkinter** - Included on Windows, on Debian: `apt-get install python-tk` <br>