KODI module for python-acestream, an interface to interact with the AceStream Engine and the HTTP API.
You can use this python library as module within your own Kodi scripts/addons. Just make sure to import it within your addon.xml
:
<requires>
<import addon="script.module.acestream" version="0.1.9" />
</requires>
Bug reports and pull requests are welcome on GitHub at https://github.com/jonian/script.module.acestream.
Python AceStream is available as open source under the terms of the GPLv3