A module to write amy plugins
Project description
AMY Plugin
Just import amy to write your plugin.
from amy import Plugin
class Telegram(TelethonClient, Plugin):
def __init__(username, *args, **kwargs):
self.username = username
super().__init(*args, **kwargs)
Telegram._Plugin__connect()
client = Telegram('<number>')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
amy-2.2.3.tar.gz
(2.2 kB
view hashes)
Built Distribution
amy-2.2.3-py3-none-any.whl
(2.7 kB
view hashes)