Skip to main content

Swibots

Switch Python Library for bots and apps!

Installation

pip3 install swibots -U

Say Hi 👋 to self!

async with Client(token) as bot:
await bot.send_message(user_id=0, message="Hello 👋 from swibots!")