IPTV Magiogo is an IPTV service that provides a list of channels and EPG data directly from the Magio Go website. \
magiogo
python3
some IPTV player like kodi
You can install and run the service using docker compose.
Don't forget to update environment variables!
However, if you want to run it outside docker, install packages from requirements.txt and run src/main.py with the following environment variables:
MAGIO_USERNAME, MAGIO_PASSWORD, HOST
$ pip install -r requirements.txt
$ MAGIO_USERNAME=hello MAGIO_PASSWORD=asd HOST=localhost:4589 python src/main.py
/
- list of channels (viewable in browser)/service/playlist
- m3u playlist/service/epg
- epg data (xmltv format)