mirror of
https://github.com/mathewmeconry/TV7_EPG_Parser.git
synced 2026-03-14 02:02:35 +00:00
Parsers EPG information of different sources and prepares them for TV7 (Init7) in XMLTV format
| epg_sources | ||
| mappings | ||
| .gitignore | ||
| LICENSE | ||
| main.py | ||
| Readme.md | ||
| requirements.txt | ||
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
MIT