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

https://github.com/mrtazz/towbar

Python API wrapper for boxcar.io
https://github.com/mrtazz/towbar

Last synced: over 1 year ago
JSON representation

Python API wrapper for boxcar.io

Awesome Lists containing this project

README

          

==============
towbar
==============

Introduction
=============
towbar is a python library for the boxcar.io_ web service.

Installation
=============
Install via pip::

pip install towbar

Or if you must::

easy_install towbar

Usage
======
towbar can be imported into any python module::

from towbar import Towbar
tow_bar = Towbar(user, password)

The object then provides the following API methods::

tow_bar.notify_myself(message, sender)

There is also an exported API function which can be used directly::

import towbar
towbar.send_notification(user, password, text)

Dependencies
=============
* `python-requests `_

TODO
=====
* Full API support
* Provider support
* Integration testing

Meta
======
* `Bugs `_
* `Continuous Integration `_
* `Docs `_

Contribute
===========
If you want to contribute:

* Fork the project.
* Make your feature addition or bug fix based on develop.
* Add tests for it. This is important so I don’t break it in a future version unintentionally.
* Commit, do not mess with version
* Send me a pull request. Bonus points for topic branches.

.. _boxcar.io: http://boxcar.io