Metadata-Version: 2.1
Name: channel2index
Version: 0.0.1
Summary: Telegram Channel to Index
Home-page: https://github.com/gaoyunzhi/channel2index
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: html-telegraph-poster
Requires-Dist: telegram-util (>=0.0.27)
Requires-Dist: pyyaml
Requires-Dist: python-telegram-bot

# channel2index

Telegram Channel to Index File

## usage

```
import channel2index
channel2index.gen(
	CHANNEL_USERNAME, 
	bot_token = BOT_TOKEN, 
	/*optional*/ telegraph_token = TELEGRAPH_TOKEN)
```

## how to install

`pip3 install channel2index`

