codingame v0.3.1
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