Skip to main content

TeleNex - это Frimework для простого создания асинхронных Telegram ботов

Project description

TeleNex

TeleNex - это Frimework для простого создания асинхронных Telegram ботов

Использование

from teleNex import Bot

bot = Bot('<your bot token>')

@bot.on_message(cmds=['start'])
async def start(msg):
  await bot.send_msg(msg.chat.id, 'Привет, привет!')
  
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

TeleNex-0.0.14.tar.gz (7.9 kB view hashes)

Uploaded Source

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