playerloop

Get bug reports from your users, fast. Improve your Python application, reward the community.


License
MIT
Install
pip install playerloop==0.0.1

Documentation

playerloop-python

license pypi version PyPI status

Get bug reports from your users, fast. Improve your Python application, reward the community.

Installation

pip install playerloop

Usage

from playerloop import PlayerLoop

key = '<your api key>'

pl = PlayerLoop(key, 'test_app')
pl.send_report('test report please ignore')