MeowerBot.api package

Submodules

Module contents

class MeowerBot.api.MeowerAPI(username)[source]

Bases: object

admin: Admin
base_uri = 'https://api.meower.org/'
chats: Chats
async delete_post(uuid: UUID) Post[source]
async get_inbox()[source]
async get_post(uuid: UUID)[source]
async get_posts(chat: str | UUID, page: int = 1)[source]
async login(token)[source]
async search_home(query: str, page: int = 1)[source]
async search_users(query: str, page: int = 1)[source]
async send_post(chat: str | UUID, content: str)[source]
async update_post(uuid: UUID, content: str) Post[source]
users: User