Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 442 Bytes

This is a simple example program demonstrating how you can use forcefeed event stream in Python.

In order to run the example program:

$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ ./forcefeed.py

The program starts displaying the received stream of events immediately.

This example works in both Python 2 and 3. This program is released under MIT license.