Lib for task checking
pip install git+https://github.com/hackforces/hackforces-python.gitpip install --index-url https://test.pypi.org/simple/ hackforcesgit clone https://github.com/hackforces/hackforces-python.git
cd hackforces-python
pip install .
# or
python setup.py install --userfrom hackforces import HFContest
contest = HFContest(url, contest, task, task_token, user_token='') # initial of instance
contest.approve_task(user_token='', flag='') # send request after successfully completed task (if user fails, don't use this)url(required) - address of api in the internet (without tailing /api/)contest(required) - guid of contest (integer)task(required) - guid of task (integer)task_token(required) - string for auto accept users solutionuser_token(required) - get this token from user (player)flag(optional) - past unique flag these if you want