Skip to content

riad-azz/python-discord-emotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Emotes

Send discord emotes without nitro

Description

Simple GUI app to send emotes from all joined servers without nitro

Getting Started

Dependencies

Installing the program

  • Downloading the repo
git clone https://github.com/riad-azz/discord_emotes.git

Make sure you are in the discord_emotes folder before running the upcoming commands

cd discord_emotes
  • Install the requird libraries
pip install -r requirements.txt
  • Running the program as a script
python main.py
  • Running the program as exe
pyinstaller --onefile --noconsole --windowed --add-data "C:/Users/<user_name>/AppData/Local/Programs/Python/Python310/Lib/site-packages/customtkinter;customtkinter/" main.py

You can now head to discord_emotes/dist and run the main.exe file

Using the program

The application consist of 2 parts :

  • First part will download all the info needed and emotes from all servers by using your auth token( this is a one time thing).

Auth Token screen

  • Second part will be the interface used to select servers and send emotes.

Emotes screen

  • On the top side you can pick what server you would like to get emotes from

  • On the bottom side you pick what Text Channel you would like to send the emote to by picking the server then the channel

Help

If you dont know how to get your discord token

you can check this video from Online Tech Tips on youtube to help you.

IMAGE ALT TEXT HERE

License

This project is licensed under the [MIT] License - see the LICENSE.md file for details

About

Send discord emotes from all servers without nitro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages