A simple scraper for getting information from t.me links
Project description
A simple scraper for getting information from https://t.me links.
Example
from telegram_me import Link
link = Link.from_username("Wikisource_Bot")
print(link.bio) # Output: A @wiki version for wikisource.org. [...]
print(link.image) # Output: https://cdn4.telesco.pe/file/...
print(link.name) # Output: Wikisource Search
print(link.username) # Output: Wikisource_bot
Installation
You can install this package by simply using pip:
pip install telegram_me
Changelog
See CHANGELOG.md. Find new features in FEATURES.md.
Commit messages
See Conventional Commits.
Versioning
See PEP 440.
Copyright & License
Copyright (C) 2020 Hearot.
Licensed under the terms of the MIT License.
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
telegram_me-1.0.0.tar.gz
(4.1 kB
view hashes)
Built Distribution
Close
Hashes for telegram_me-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 451fe7c7655cad384c5a3116d0d361d35350bf922594cadbde633bbaac6a3921 |
|
MD5 | 1034db6bdda2d8955370278b5ae08cdc |
|
BLAKE2b-256 | ba1ab6b1565e30cf3e4d90e78f72a61a1b8bdbda9f3612ab929585f3431b0a69 |