API

Client

Exceptions

exception tinder.errors.ClientException[source]

Bases: TinderException

exception tinder.errors.Forbidden(response, message)[source]

Bases: HTTPException

exception tinder.errors.HTTPException(response, message)[source]

Bases: TinderException

exception tinder.errors.InvalidData[source]

Bases: ClientException

exception tinder.errors.LoginFailure[source]

Bases: ClientException

exception tinder.errors.NotFound(response, message)[source]

Bases: HTTPException

exception tinder.errors.TinderException[source]

Bases: Exception

Internal

Gateway Module

class tinder.gateway.TinderWebSocket(client)[source]

Bases: object

async connect()[source]
async fetch_token()[source]
async ping()[source]
async receive()[source]

HTTP Module

State Module