inhies / go-hangups

A go lang port of hangups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-Hangups

An (incomplete) go lang port of hangups. Currently only implements the REST API and not the BrowserChannel interface. Based on Tom Dryer's work on hangups python library. Library is still very new so use it at your own risk! Contributions are welcome!

Projects using go-hangups

Development Notes

Below are useful notes for developing/debugging.

# Compile ProtoBuf
$ protoc --go_out=. proto/*.proto
# Debug ProtoBuf
$ protoc --decode_raw < proto.bin

About

A go lang port of hangups

License:MIT License


Languages

Language:Protocol Buffer 62.5%Language:Go 37.5%