Skip to main content

Bot framework for Vk.com

Project description

Как пользоваться

Установка

pip install botframe

Пример

from botframe import Bot

bot = Bot("token")

@bot.command(["hello"])
def hello(api):
    return "world"

if __name__ == "__main__":
    bot.run()

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

botframe-0.0a1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

botframe-0.0a1-py3-none-any.whl (15.2 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