Logging In
Logging into our account.
Login:
from Kogama.kogama import KoGaMa
client = KoGaMa("www") # www, br or friends.
client.login("Username", "Password")
Replace "username" with your account name, and "password" with your password.
In case your username or password is wrong, you'll recieve an exception.
Last updated
Was this helpful?