Skip to content

vBlackOut/vHackAPI-Python-Beta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VhackApi-Python

Vhack API written in Python 2.7.

The app is dev mode.
No return exactly great output thanx

Edit main.py line 17
Replace username and password for your login details.

External dependencies you'll need include:

  • requests
  • pytesseract
  • Pillow

To install these on Linux:

$ pip install requests  
$ pip install pytesseract  
$ pip install Pillow
or  
$ pip install tesseract

For Windows:

C:\Users\User\pip install requests
C:\Users\User\pip install pytesseract
C:\Users\User\pip install Pillow

For launching on Linux distros:

$ python2.7 main.py 
or 
$ ./main.py

For Windows:

C:\Users\User\Desktop\vHackAPI\python main.py

Result:

Thanx for flatt3rn ;)

About

Python API for the vHackXT Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%