Skip to content

iptv service that provides a list of channels and epg data directly from the magio go website

License

Notifications You must be signed in to change notification settings

xhyrom/iptv-magiogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPTV Magiogo is an IPTV service that provides a list of channels and EPG data directly from the Magio Go website. \

Requirements

magiogo
python3
some IPTV player like kodi

Installation

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

Routes

  • / - list of channels (viewable in browser)
  • /service/playlist - m3u playlist
  • /service/epg - epg data (xmltv format)

About

iptv service that provides a list of channels and epg data directly from the magio go website

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published