Telegram Web Util
Project description
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
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
webgram-0.0.41.tar.gz
(16.5 kB
view hashes)
Built Distribution
webgram-0.0.41-py3-none-any.whl
(17.4 kB
view hashes)