|
hace 8 años | |
---|---|---|
client | hace 8 años | |
.gitignore | hace 9 años | |
LICENSE | hace 9 años | |
README.md | hace 9 años | |
gomegle.go | hace 8 años | |
gomegle_test.go | hace 8 años |
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