Example

An example of using simple functions of the package.

Example:

This is an example of how to use some functions..

from Kogama.kogama import KoGaMa

k = KoGaMa("www")
k.login("KoGaMian", "12345678")
k.post_feed("12345678","Hi, I'm KoGaMian")
k.like_model("123456789")
k.post_model_comment("123456789", "Cool!")
k.player_status("Online")

Last updated

Was this helpful?