Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 592 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 592 Bytes

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