Kickbase API for Python 3. This work is unofficial and not related to kickbase in any way. All of this was done for scientific reasons only and you should not use it for anything else but for your personal learning!
pip3 install kickbase_api
from kickbase_api.kickbase import Kickbase
kickbase = Kickbase()
user, leagues = kickbase.login("username", "password")
The docs for this library can be found here.
This library is based on Kickbase API Doc.