ifwe / python-hipchat

Do What The F*ck You Want To Public License
46 stars 8 forks source link

using with self-hosted server #6

Open gadg3ts opened 9 years ago

gadg3ts commented 9 years ago

Hello, Where do we set the hostname if we're using a self-hosted hipchat instance?... Also, what parameters can go into the hipchat.cfg file.

Thanks. S

mikedougherty commented 9 years ago

Hi there - all the currently available options are shown in the example hipchat.cfg in the README:

In [18]: cat 'hipchat.cfg'
token = fa28d24b4ee537f0ffa51d545a9bf7
proxy_server = proxy.example.org
proxy_type = http

Unfortunately the original maintainer of this is no longer around, and to be honest the style of python isn't anything I'm used to. Due to these factors I can't imagine that I'll be working on adding another option to change the target hostname. I can ask around and see if anyone else here has time to work on adding that option, but of course we welcome pull requests as well if you have the ability to make the required changes.