Skip to content

hacktheclassroom/htc-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htc-api

Hack The Classroom game server API used by the client for web requests.

How do?

pip install htc_api
from htc_api import Client

client = Client('Bob', '069420')

if client.validate()['success']:
    client.solve('test', 'testflag')
    print(client.score())

Releases

No releases published

Packages

No packages published

Languages