Geometry Dash Discord Rich Presence.
Python 3.7 or above is required.
Installing the library with pip
is quite simple:
$ pip install gd.rpc
Alternatively, the library can be installed from source:
$ git clone https://github.com/nekitdev/gd.rpc.git
$ cd gd.rpc
$ python -m pip install .
You can add gd.rpc
as a dependency with the following command:
$ poetry add gd.rpc
Or by directly specifying it in the configuration like so:
[tool.poetry.dependencies]
"gd.rpc" = "^1.0.2"
Alternatively, you can add it directly from the source:
[tool.poetry.dependencies."gd.rpc"]
git = "https://github.com/nekitdev/gd.rpc.git"
Using gd.rpc
is as simple as:
$ python -m gd.rpc
config: ~/.config/gd/rpc.toml
connecting...
press [ctrl + c] or close the console to exit...
Compiling an executable version of the gd.rpc
library:
$ pyinstaller --onefile --icon assets/gd.rpc.ico --exclude numpy --exclude PIL --exclude IPython --exclude Crypto --exclude lxml --add-data gd/rpc;gd/rpc gd.rpc.py
The showcase can be found here.
You can find the documentation here.
If you need support with the library, you can send an email or refer to the official Discord server.
You can find the changelog here.
You can find the Security Policy of gd.rpc
here.
If you are interested in contributing to gd.rpc
, make sure to take a look at the
Contributing Guide, as well as the Code of Conduct.
gd.rpc
is licensed under the MIT License terms. See License for details.