Skip to main content

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 ez-telegram

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


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.1.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

ez_telegram-0.1.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page