Skip to content

codingame v0.3.3

Compare
Choose a tag to compare
@takos22 takos22 released this 06 Nov 20:55
· 495 commits to master since this release

Version 0.3.3

Changelog

Add support for usernames in Client.get_codingamer.

import codingame
client = codingame.Client()
codingamer= client.get_codingamer("takos")
print(codingamer.pseudo)

Bug fixes

Update

Update the module by doing pip install codingame --upgrade

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io/en/latest/index.html