Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veelume/elite-dangerous-rich-presence
A standalone Discord Rich Presence application
https://github.com/veelume/elite-dangerous-rich-presence
discord discord-rich-presence discordapp elite-dangerous
Last synced: about 2 months ago
JSON representation
A standalone Discord Rich Presence application
- Host: GitHub
- URL: https://github.com/veelume/elite-dangerous-rich-presence
- Owner: VeeLume
- License: mit
- Created: 2019-01-19T17:46:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T08:32:23.000Z (about 2 months ago)
- Last Synced: 2024-12-04T09:34:13.985Z (about 2 months ago)
- Topics: discord, discord-rich-presence, discordapp, elite-dangerous
- Language: Python
- Homepage:
- Size: 399 KB
- Stars: 33
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]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
## About The Project
### Built With
* [![pypresence][pypresence]][pypresence-url]
* [![flet][flet]][flet-url]## 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
* [uv](https://docs.astral.sh/uv/#getting-started)
```powershell
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
```## Usage
To run the app without building an executable:
```powershell
uv run python -m elite_dangerous_rich_presence
```
To build the executable:
```powershell
./build.bat
```## Roadmap
There are currently no features planned, if you have a feature that is missing please [open an issue](https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/issues)
See the [open issues](https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/issues) for a full list of proposed features (and known issues).
## 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## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Project Link: [https://github.com/VeeLume/Elite-Dangerous-Rich-Presence](https://github.com/VeeLume/Elite-Dangerous-Rich-Presence)
## Acknowledgments
* [Best-README-Template](https://github.com/othneildrew/Best-README-Template)
* [Elite Dangerous Assets](https://github.com/Venefilyn/EDAssets)[contributors-shield]: https://img.shields.io/github/contributors/VeeLume/Elite-Dangerous-Rich-Presence.svg?style=for-the-badge
[contributors-url]: https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/VeeLume/Elite-Dangerous-Rich-Presence.svg?style=for-the-badge
[forks-url]: https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/network/members
[stars-shield]: https://img.shields.io/github/stars/VeeLume/Elite-Dangerous-Rich-Presence.svg?style=for-the-badge
[stars-url]: https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/stargazers
[issues-shield]: https://img.shields.io/github/issues/VeeLume/Elite-Dangerous-Rich-Presence.svg?style=for-the-badge
[issues-url]: https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/issues
[license-shield]: https://img.shields.io/github/license/VeeLume/Elite-Dangerous-Rich-Presence.svg?style=for-the-badge
[license-url]: https://github.com/VeeLume/Elite-Dangerous-Rich-Presence/blob/master/LICENSE
[product-screenshot]: images/screenshot.png
[pypresence]: https://img.shields.io/badge/pypresence-00bb88.svg?style=for-the-badge&logo=discord&logoWidth=20
[pypresence-url]: https://github.com/qwertyquerty/pypresence
[flet]: https://img.shields.io/badge/flet-db0f49.svg?style=for-the-badge
[flet-url]: https://flet.dev/