Skip to content

Helios-Archives/Discord-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages