Skip to content

Minimalist client to get messages from public telegram channels, without tokens/sessions.

License

Notifications You must be signed in to change notification settings

Scr44gr/ez-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
  ...
]

About

Minimalist client to get messages from public telegram channels, without tokens/sessions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages