I am a part of a public telegram channel with too much noise and only some meaningful important updates. I want to filter out noise and need to view real time updates(new messages) with specific words in text body of message of this channel using python.
I followed the code from below post by Lonami to try and get messages and it works beautifully, but it brings in all the historical messages as well.
Telegram get chat messages /posts - python Telethon
Could someone guide me to get the new messages real time one by one as they are posted ?