Skip to content

sam2403/vHackAPI-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VhackApi-Python

Vhack API written in Python 2.7.

thanx for FluffySteamCat are record the bot

VhackBot video here

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 futures  
$ 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
C:\Users\User\pip install futures

For launching on Linux distros:

$ rm -rf console.py
$ mv console_linux.py console.py 
$ 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

No packages published

Languages

  • Python 100.0%