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 can help you build bots using simple tools without losing performance. It has all batteries included: text formatting, file uploading, blueprints, middleware and FSM are usable right away.

Versions

Stable or pre-release

To install a stable version of Wonda, enter this command in your terminal:

pip install -U wonda

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

Performance

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.

Guide

It's easy to build a bot with Wonda — it's ready in six lines of code. Extending it is no problem too.

from wonda import Bot

bot = Bot("your-token")


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

bot.run_forever()

With Wonda, it's possible to achieve this much with so little code. To get started, check out our examples.

Contributing

Wonda is a work in progress and a lot of stuff is expected to change! It's the right time for your input.

If you want to report a bug or suggest a feature, create an issue. To ask a question, please use discussions. Big thanks!

License

This project is MIT licensed. Based upon hard work of maintainers and contributors of VKBottle.

Copyright © timoniq (2019-2021), feeeek (2022), geo-madness (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.3.3.tar.gz (50.7 kB view details)

Uploaded Source

Built Distribution

wonda-0.3.3-py3-none-any.whl (72.5 kB view details)

Uploaded Python 3

File details

Details for the file wonda-0.3.3.tar.gz.

File metadata

  • Download URL: wonda-0.3.3.tar.gz
  • Upload date:
  • Size: 50.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.5 Darwin/22.2.0

File hashes

Hashes for wonda-0.3.3.tar.gz
Algorithm Hash digest
SHA256 be026b8374ffb8ca70ca276131cdece5d21caa0e709ad800aa4844fb9bb4e6e1
MD5 ccb2989dc1abddd000f17e82bc2d9c5c
BLAKE2b-256 261baf8e38b5c1c67d2edd299e669c4ee3e45bb0552fac142c9d0d3ec4e4d925

See more details on using hashes here.

Provenance

File details

Details for the file wonda-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: wonda-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 72.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.5 Darwin/22.2.0

File hashes

Hashes for wonda-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2ffc2c5389b7a0c368398249480551ab10df1fe8cbefa6580d4703ec7411bc52
MD5 d7405ddb098aae083dd987d9f6e64751
BLAKE2b-256 47d01109d884f83052a56c918fb11209bd3a954165e2de41e4adb0092d2b36f9

See more details on using hashes here.

Provenance

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