Relative Content

Tag Archive for python-3.xtelethon

Accessing a single messenger bot from multiple scripts

My python project is supposed to listen to an online data stream, analyze it and inform me about certain events. Thus, I have it structured into main.py, streamer.py, analyzer.py and communications.py. The latter uses Telethon to send messages to my phone via Telegram: