├── LICENSE ├── changelog.md ├── dependencies.txt ├── iptv_check.py ├── readme.md └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterpt/IPTV-CHECK/HEAD/LICENSE -------------------------------------------------------------------------------- /changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterpt/IPTV-CHECK/HEAD/changelog.md -------------------------------------------------------------------------------- /dependencies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterpt/IPTV-CHECK/HEAD/dependencies.txt -------------------------------------------------------------------------------- /iptv_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterpt/IPTV-CHECK/HEAD/iptv_check.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterpt/IPTV-CHECK/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | Pillow 3 | pytesseract 4 | colorama 5 | --------------------------------------------------------------------------------