Minimalist client to get messages from public telegram channels, without tokens/sessions.
Project description
ez-telegram 🤖
A minimal client to get messages from telegram channels using webscraping.
Installation 📝
pip install git+https://github.com/Scr44gr/ez-telegram.git@main
Usage 📖
from ez_telegram import EzClient
client = EzClient()
messages = client.get_messages(channel="telegram")
print(message)
You'll get a list of messages
[
'message',
'message',
'message',
...
]
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
ez_telegram-0.0.1.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file ez_telegram-0.0.1.tar.gz
.
File metadata
- Download URL: ez_telegram-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 251b147a834af50b81a55c139ae71b07f0d30550ff2145f8a353fe8067a480ba |
|
MD5 | 4ef8be5ec790334abf7a059c7fdd0a03 |
|
BLAKE2b-256 | d5e8db04bef8b5b5b7dc777b62d2f37d3723292f007894aa0d2894d6f092baf0 |
File details
Details for the file ez_telegram-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: ez_telegram-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99c2e98c6fa3fef15916bb79a7981bcab626cb5805571205f92af2f6c82c2e39 |
|
MD5 | edbce95e6b4954a8ef04a73f316bef90 |
|
BLAKE2b-256 | 505b7c57775a805a2886951f4420462e011fc3556a4b4a1612e6719ebb3528c7 |