├── EmailAlert.py ├── README.md ├── requirements.txt ├── telegramMonitor.py └── telegramkws.py /EmailAlert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/citcheese/telegramMonitor/HEAD/EmailAlert.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/citcheese/telegramMonitor/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pandas==0.23.0 2 | Telethon==1.6.2 3 | -------------------------------------------------------------------------------- /telegramMonitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/citcheese/telegramMonitor/HEAD/telegramMonitor.py -------------------------------------------------------------------------------- /telegramkws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/citcheese/telegramMonitor/HEAD/telegramkws.py --------------------------------------------------------------------------------