Currently a simple Python demo for getting Discord content from the CLI.
THis is a work in progress and is subject to change.
git clone https://www.github.com/elainajones/discord-cli.git
cd discord-cli
make install
(a slight misnomer since this only installs Python packages). .venv/bin/activate
- Add the following to
.env
(note: this is NOT tracked by git or shared)LOGIN='<YOUR DISCORD EMAIL HERE>'
PASSWORD='<YOUR DISCORD PASSWORD HERE>'
Once done, you can run the example discord.py
code. This will return a list of guilds (also known as servers) that you're a member of as well as their corresponding ID which will be needed for additional requests.