Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonian/script.module.acestream

KODI module for python-acestream
https://github.com/jonian/script.module.acestream

acestream kodi python

Last synced: about 2 months ago
JSON representation

KODI module for python-acestream

Awesome Lists containing this project

README

        

# Python AceStream

KODI module for [python-acestream](https://github.com/jonian/python-acestream), an interface to interact with the AceStream Engine and the HTTP API.

## Usage

You can use this python library as module within your own Kodi scripts/addons. Just make sure to import it within your `addon.xml`:

```xml

```

## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/jonian/script.module.acestream.

## License
Python AceStream is available as open source under the terms of the [GPLv3](http://www.gnu.org/licenses/gpl-3.0.en.html)