An open API service indexing awesome lists of open source software.

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

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