pyfire
pyfire copied to clipboard
A python implementation of the Campfire API
``` import pyfire ``` File "/Users/gbin/.virtualenvs/errpy3/lib/python3.4/site-packages/pyfire/**init**.py", line 30, in from .campfire import Campfire File "/Users/gbin/.virtualenvs/errpy3/lib/python3.4/site-packages/pyfire/campfire.py", line 4, in from .connection import Connection File "/Users/gbin/.virtualenvs/errpy3/lib/python3.4/site-packages/pyfire/connection.py", line 1, in import cookielib As...
I've build a bot using pyfire, but it disconnects sometimes (probably because of a timeout with campfire). Do you have any clue how to handle this and make it reconnect...
Hi, I don't seem to get any output from the live streaming example when I run it behind a proxy server (with authentication). The other examples work, including the transcript...