- Edited
Hey geeks.
I wrote a python tool that provides Lebanese channel list and (limited) EPG and can be used as input for Kodi's IPTV Simple plugin.
I use it to watch Lebanese channels in France on a Raspberry PI connected to my TV.
The code is on GitHub, in case someone is interested: https://github.com/ChadiEM/Lebanese-Channels
Check the Readme for a screenshot.
Update:
On debian-based systems, run the below:
# apt-get install python3 python3-pip
# python3 -m pip install flask flask_caching gunicorn BeautifulSoup4 lxml
I wrote a python tool that provides Lebanese channel list and (limited) EPG and can be used as input for Kodi's IPTV Simple plugin.
I use it to watch Lebanese channels in France on a Raspberry PI connected to my TV.
The code is on GitHub, in case someone is interested: https://github.com/ChadiEM/Lebanese-Channels
Check the Readme for a screenshot.
Update:
On debian-based systems, run the below:
# apt-get install python3 python3-pip
# python3 -m pip install flask flask_caching gunicorn BeautifulSoup4 lxml