Skip to main content

Asynchronous, feature-rich, high performant Telegram Bot API framework for building stunning bots

Project description

Wonda ✨

Version Package downloads Supported Python versions

> why

Wonda empowers you to build powerful bots using simple extensible tools while not sacrifing any performance. It has all batteries included: text formatting, file uploading, blueprints, middleware and FSM are all built-in.

> install

To install stable version, use

pip install -U wonda

If you decide to go beta, use the same command with --pre option or update from dev branch .zip archive.

You can make Wonda perform even better by installing power-ups. They're optional, but highly recommended.

pip install --force wonda[power-ups]

To see the full list of packages, refer to our project file.

> examples

It's easy to build an echo bot with Wonda — it's ready in six lines of code. And expanding it further is a piece of cake too.

from wonda import Bot

bot = Bot("your-token")


@bot.on.message()
async def handler(_) -> str:
    return "Hello world!"

bot.run_forever()

Isn't it beautiful how little code is needed to achieve something this big? To get started on Wonda, check out our awesome examples.

> license

This project is MIT licensed. Big thanks to maintainers and contributors of vkbottle upon which it is built!

© timoniq (2019-2021), feeeek (2022), exthrempty (2022)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wonda-0.1.0.post1.tar.gz (48.3 kB view hashes)

Uploaded Source

Built Distribution

wonda-0.1.0.post1-py3-none-any.whl (70.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page