Django Implementaion of dota2pyping.
no need to open the game to just check your ping.
just goto http://invoron.pythonanywhere.com/

Linux: (can be modified for windows & osx)
git clone https://github.com/mahesh-wor/d2ping-django/
cd d2ping-djangopython3 -m venv <your_env>
source yourenv/bin/activate
pip3 install -r requirements.txt visit localhost:8000 // or http://invoron.pythonanywhere.com/
Steam-ID – @invoron
Mahesh-wor – @mahesh-wor – maheshwor89@gmail.com
Distributed under the GPL license. See LICENSE for more information.
[https://github.com/mahesh-wor/d2ping-django(https://github.com/dbader/)
- Fork it (https://github.com/mahesh-wor/d2ping-django/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request