Skip to content

Lasa2/Elite-Dangerous-Rich-Presence

Repository files navigation

Contributors Forks Stargazers Issues MIT License

Elite Dangerous Rich Presence

A standalone Discord Rich Presence application which hides in the System Tray.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

(back to top)

Built With

  • pypresence
  • flet

(back to top)

Getting Started

To only use the app, unpack the latest release and run the Elite Dangerous Rich Presence.exe. To keep your settings between updates copy the settings.json file.

If you want to modify and build your own app, then follow the installation and usage guide.

Prerequisites

  • poetry
    (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -

Installation

  1. Clone the repo
    git clone https://github.com/Lasa2/Elite-Dangerous-Rich-Presence.git
  2. Enter directory
    Set-Location Elite-Dangerous-Rich-Presence
  3. Install python packages with poetry
    poetry install

(back to top)

Usage

To run the app without building an executable:

poetry run python -m elite_dangerous_rich_presence

To build the executable:

./build.bat

(back to top)

Roadmap

There are currently no features planned, if you have a feature that is missing please open an issue

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/Lasa2/Elite-Dangerous-Rich-Presence

(back to top)

Acknowledgments

(back to top)