Giedrius Statkevičius 773a915d87 gomegle: switch to map[string]string in interal interfaces | 8 年之前 | |
---|---|---|
client | 8 年之前 | |
.gitignore | 9 年之前 | |
LICENSE | 9 年之前 | |
README.md | 9 年之前 | |
gomegle.go | 8 年之前 | |
gomegle_test.go | 8 年之前 |
A library written in Go for interacting with Omegle (omegle.com) chat
Create an easy to use library that fully implements the whole Omegle chat protocol. Also, it must include an example client for basic interaction
Implemented | Error checking | |
---|---|---|
/stoplookingforcommonlikes | yes | yes |
/generate | yes | yes |
/send | yes | yes |
/status | yes | yes |
/typing | yes | yes |
/stoppedtyping | yes | yes |
/disconnect | yes | yes |
/events | yes | yes |
/start | yes | yes |
/recaptcha | yes | yes |
Part of this library is based on this awesome document