No description
  • Python 97.7%
  • Nix 2.3%
Find a file
2026-01-25 19:47:36 +01:00
epg_sources feat: adds multiple tv7 api endpoints to try through 2024-06-12 14:51:00 +02:00
mappings feat: adds more mapping from teleboy 2024-06-09 11:53:03 +02:00
.gitignore feat: updates .gitignore with new source 2024-06-04 13:54:29 +03:00
LICENSE adds License and Readme 2018-11-13 15:53:08 +01:00
main.py feat: make teleboy epg with local preview images 2026-01-25 19:47:36 +01:00
Readme.md fix: issue if no programs are returned from init7 2024-06-04 14:11:47 +03:00
requirements.txt fix: cleanup and update dependencies 2025-05-16 14:33:38 +02:00
shell.nix chore: add nix shell config 2026-01-22 17:21:49 +01:00

TV7_EPG_Parser

Parses teleboy.ch and init7's API for the EPG-Information and prepares them for TV7 (Init7) in XMLTV format.

Ready XMLTV Files

https://github.com/mathewmeconry/TV7_EPG_Data

Matching rate

~143 channels

Requirements

  • python3 >=3.7.3
  • modules listed in requirements.txt. (can be installed with python3 -m pip install -r requirements.txt)

Discord Server

This server is used for idea discussions and some small out of topic stuff.
Please report issues or complete feature requests with the github issues feature.
https://discord.gg/4FMXY3c

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT