https://github.com/gorlikitsme/nostaleversionget
Python library to get Nostale version and hashes (used to auth to server)
https://github.com/gorlikitsme/nostaleversionget
hacktoberfest nostale python3
Last synced: about 2 months ago
JSON representation
Python library to get Nostale version and hashes (used to auth to server)
- Host: GitHub
- URL: https://github.com/gorlikitsme/nostaleversionget
- Owner: GorlikItsMe
- License: mit
- Created: 2020-07-13T15:39:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T19:51:03.000Z (8 months ago)
- Last Synced: 2025-04-06T11:38:51.310Z (about 2 months ago)
- Topics: hacktoberfest, nostale, python3
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NostaleVersionGet
Get Nostale hashes used to auth to servers
# Install
```
python3 -m pip install -r .\requirements.txt
```# Example
```
from NostaleVersionGet import NostaleVersionGetprint(NostaleVersionGet())
# {'hashNostaleClientX': 'bdf34914ef5140e5cbaca5b029e7fa08', 'hashNostaleClient': 'b1c1923340a71cc6f1ef9fa6b4b01114', 'version': '0.9.3.3130'}```
# You can also use API
https://nostale-version.herokuapp.com/# Extra
If you want checking login server connection set this variables in env
```
LOGIN_SERVER_IP: 79.110.84.75
LOGIN_SERVER_PORT: 4004
LOGIN: "[email protected]"
PASSWORD: "yourpassword"
GF_ACC_ID: 0
INSTALLATION_GUID: "e2ba7765-68d9-4694-8f9b-64ec44788349"
```