Bot

class Bot(parent=None)

Bases: User

This class describes an Bot object child of Item class.

signin(secret='')

Sign in a bot with it’s secret

Parameters:

secret (string) – The secret of the bot

Returns:

Dictionary Bot object

Return type:

Dict {bot: Bot}

signout()

Sign out the current bot by clearing the stored authentication token

Note

After a signout(), you need to use a signin() before sending authenticated requests

Returns:

None