Skip to main content

Asynchronous Telegram Bot Framework.

Project description

https://img.shields.io/badge/test-pass-00d200.svg https://img.shields.io/badge/build-pass-00d200.svg https://img.shields.io/badge/license-BSD-blue.svg?style=flat-square https://img.shields.io/badge/code%20style-black-000000.svg

Teev is an open source asynchronous Python telegram bots module designed for humans mainly inspired by Eve and made as a wrapper around aiogram module. It allows setting up telegram bot using settings file, making its logic more readable and easy to upgrade.

Teev is Simple

from teev import Teev

app = Teev()
app.run()

Bot is now alive and ready to process messages. You need to provide proper telegram token in settings.py file.

TOKEN = ""

COMMANDS = [
    ["/start", "Say Love"]
]

SCHEME = {
    "/start": {
        "text": "I love Teev!"
    }
}

You can see examples to find out more.

Check out the teev Website (Not yet available)

Features

  • Full support of all aiogram methods.

  • Keyboard made in one instruction.

  • Text logic made simple in scheme.

  • Statuses logic to handle user answers.

To Do

  • Native Mongodb support.

  • Buffer responses.

  • Different message send types.

License

teev is a Stepan Starovoitov open source project, distributed under the BSD license.

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

teev-0.0.1.dev1.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

teev-0.0.1.dev1-py2.py3-none-any.whl (9.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file teev-0.0.1.dev1.tar.gz.

File metadata

  • Download URL: teev-0.0.1.dev1.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for teev-0.0.1.dev1.tar.gz
Algorithm Hash digest
SHA256 744017a0c9ac78f12f7eb53267d97dc3907416bb267adfe696aa211dd2653b5c
MD5 5907e8ab36536ee827f87538c8aa36b3
BLAKE2b-256 782ece59b6ce65720d2d6f97c85a28294c4c62a4bbeae055fe8b64866595b125

See more details on using hashes here.

File details

Details for the file teev-0.0.1.dev1-py2.py3-none-any.whl.

File metadata

  • Download URL: teev-0.0.1.dev1-py2.py3-none-any.whl
  • Upload date:
  • Size: 9.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for teev-0.0.1.dev1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d0b6724eb03a750e8a6662054907f1b36ee8eb10e587b06635e7855f5cf726e7
MD5 e17f902a7bb8140f18776fc4d95653ce
BLAKE2b-256 bc9d3aed7ff2b7242f69ad0a7af96920cdd7ee98702863e1dbc78d1acfffa5c1

See more details on using hashes here.

Supported by

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