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.1.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for telegram_me-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac77461c60b998b5129a23d2faf594806c16acbc8bff6940dbeabf162a4bb1fd |
|
MD5 | 1c7bd9c8a1feb56cb5048c9e4c6207b7 |
|
BLAKE2b-256 | 9d1479e740bff5aeb8a542fce1dcfc3db8614e6785c51174331574063fb84334 |