Helios-fr / Discord-Emulator

Allows you to simulate discord with minimal resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Emulator

This project emulates discord in the terminal

Usage

To run the emulator first download the requirements in the requirements.txt file

pip3 install -r requirements.txt

For the emulator to work a token is needed. To get the token of your account paste the script found here in the developer console of discord and press enter. The token will be printed in the console.

After getting the token, create a file called token.secret in the root directory of the project and paste the token in the file. Or if want to have the token in an enviroment variable comment line 8 of main.py and uncomment line 7.

To run the emulator run the following command in the source directory.

python3 main.py

About

Allows you to simulate discord with minimal resources

License:MIT License


Languages

Language:Python 100.0%