https://github.com/isaychris/osrs-world-pinger
Finds the latency for each world in oldschool runescape
https://github.com/isaychris/osrs-world-pinger
cli latency osrs ping pyinstaller python runescape
Last synced: 3 months ago
JSON representation
Finds the latency for each world in oldschool runescape
- Host: GitHub
- URL: https://github.com/isaychris/osrs-world-pinger
- Owner: isaychris
- Created: 2018-08-15T13:25:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T01:47:17.000Z (over 5 years ago)
- Last Synced: 2024-11-09T13:40:39.027Z (6 months ago)
- Topics: cli, latency, osrs, ping, pyinstaller, python, runescape
- Language: Python
- Homepage:
- Size: 11.5 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osrs_world_pinger
A tool for oldschool runescape that retrieves world information and its latency.
* The user can choose to ping a specific world or to ping all worlds.
* The top five worlds with best latency is displayed when user pings all worlds.
* Works by parsing the OSRS server list for information and pings the worlds.If you dont have python installed, there is an compiled executable available named `osrs_world_pinger.exe`
### Requirements
* python 3
* beautifulsoup 4### Setup
To install requirements:
```
python setup.py install
```
To run the script:
```
python osrs_world_pinger.py
```### Screenshots
* User pings specific world
* User pings all worlds
* Top five worlds
