/EDDP

An elite dangerous discord presence app, made in Py.

Primary LanguagePythonOtherNOASSERTION

Elite:Dangerous Discord Presence

EDDP Logo

Usage (Manual):

Download the exe
Run the exe
Open Elite:Dangerous
The exe should show up in your system tray (bottom right)

Usage (Automatic)

Download the exe
Copy the exe to "C:\Users\YOUR_USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup".

Replace "YOUR_USERNAME" with your window username. (This can be found by checking the "C:/Users" folder for you account)

Reboot your PC

The folder you moved EDDP to, windows opens all of these on startup.

The exe should show up in your system tray (bottom right) when running

FAQ

  • Q: How do I know this is safe?

  • A: You can check the source code yourself, or you can download the exe from the releases page. The EXE is signed with my GPG key, and the signature is avalible on the releases page. You should expect the following output when running gpg --verify EDDP.exe.sig EDDP.exe:

  • Q: What do I do if I find a bug?

  • A: Open an issue! You can open them here

Development

  • Clone the repo
  • cd to the repo's folder
  • Create a VENV (virtual environment) with python -m venv .
  • Activate the VENV with .\Scripts\activate
  • Install the requirements with pip install -r requirements.txt
  • Run the program with python src/main.py. It does have VScode debug support, so you can use that too.