Skip to content

art3m4ik3/telesnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telesnake

PyPI version info PyPI supported Python versions Commit activity

Telegram API Wrapper: modern, similar to Discord libraries

Features

  • Quick response
  • Simplicity
  • And more...

Installing

Python 3.8 or higher is required.

To install the library, you need to enter these commands into the console

# Linux/MacOS
python3 -m pip install -U Telesnake

# Windows
py -3 -m pip install -U Telesnake

Quick Example

Echo bot

from telesnake import Bot, Context
import os

bot = Bot(os.getenv("TOKEN"))

@bot.event
async def on_message(ctx: Context):
    await ctx.send(ctx.message.content)

bot.run()

You can find more examples in the examples directory


My WebsiteGithub IssuesTelegram API


About

Async Telegram API wrapper

Resources

License

Security policy

Stars

Watchers

Forks

Languages