Metadata-Version: 2.1
Name: webgram
Version: 0.0.40
Summary: Telegram Web Util
Home-page: https://github.com/gaoyunzhi/webgram
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# webgram

Telegram Web Util.

## usage

```
import webgram
webgram.get(channel_name) 
# return Webgram object, with title, description, exist
webgram.getPosts(channel_name)
# returns list of Webgram object, with file, link, 
# preview, text, post.hasLink(), id, channel
# The first object is channel info
webgram.getPost(channel_name, post_id)
webgram.getPosts(channel_name, post_id) # start from post_id
```

## how to install

`pip3 install webgram`
# webgram


