Metadata-Version: 2.1
Name: telefly
Version: 0.1.3
Summary: Create Telegram bots in Python.
Home-page: https://github.com/ztpnk/telefly
Author: Zeitpunk
Author-email: ztpnk@mailbox.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# Telefly
Create Telegram bots in Python.


### Important
> This package was only created for [OYSA](https://github.com/ztpnk/oysa). It will not be further developed or maintained but stays online for understanding the OYSA-Code. Look at [pythin-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot/) for a python telegram bot wrapper.


## Features
- Simple to use
- Very lightweight

## Usage

```bash
$ pip install telefly
```

```python
from telefly import telefly


tf = telefly(TOKEN)

tf.sendMessage(MESSAGE, chatID)

```


