Skip to content

codingame v0.3.1

Compare
Choose a tag to compare
@takos22 takos22 released this 20 Sep 17:04
· 536 commits to master since this release

Version 0.3.1

Changelog

Add Client.notifications that returns a generator of all the notifications.
Note: you need to login for the notifications.

import codingame
client = codingame.Client("email", "password")
notifications = [n for n in client.notifications]

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