A simple scraper for getting information from https://t.me links.
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
You can install this package by simply using pip
:
pip install telegram_me
See CHANGELOG.md. Find new features in FEATURES.md.
See Conventional Commits.
See PEP 440.
- Copyright (C) 2020 Hearot.
- Licensed under the terms of the MIT License.