https://github.com/matcool/pygdps
python geometry dash private server
https://github.com/matcool/pygdps
flask gdps geometry-dash geometry-dash-private-server mongodb python
Last synced: about 2 months ago
JSON representation
python geometry dash private server
- Host: GitHub
- URL: https://github.com/matcool/pygdps
- Owner: matcool
- License: mit
- Created: 2020-01-24T00:37:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:19:30.000Z (about 2 years ago)
- Last Synced: 2025-03-26T13:45:44.097Z (2 months ago)
- Topics: flask, gdps, geometry-dash, geometry-dash-private-server, mongodb, python
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyGDPS [WIP]
Geometry dash Private server written in python using Flask and MongoDB, highly based off [Cvolton/GMDprivateServer](https://github.com/Cvolton/GMDprivateServer)## Running
Run `run.py`. Make sure you have a MongoDB server running as well.## Implemented
- `/uploadGJLevel.php` - uploading a level works, and thats it (no replacing already uploaded level, etc)
- `/getGJLevels.php` - searching by difficulty is missing
- `/downloadGJLevel.php` - daily levels dont work yet
- `/accounts/registerGJAccount.php` - nothing much to say, it works (passwords are argon2 hashed)
- `/accounts/loginGJAccount.php` - same as above
- `/updateGJUserScore.php` - works fine
- `/getGJUserInfo.php` - works fine but creator points, rank and etc are hardcoded