Bez popisu

Giedrius Statkevičius 773a915d87 gomegle: switch to map[string]string in interal interfaces před 8 roky
client ed3508f451 client: use range instead of the unusual for-loop před 8 roky
.gitignore 5395a0971d gomegle: improve error handling, add .gitignore před 9 roky
LICENSE 2f15880b7c Initial commit před 9 roky
README.md 5d3bfb688e Actually, remove bogus README entry před 9 roky
gomegle.go 773a915d87 gomegle: switch to map[string]string in interal interfaces před 8 roky
gomegle_test.go 12e3d99ce1 Revert "gomegle: add support for "Stranger has disconnected" in Generate()" před 8 roky

README.md

Gomegle

A library written in Go for interacting with Omegle (omegle.com) chat

Purpose

Create an easy to use library that fully implements the whole Omegle chat protocol. Also, it must include an example client for basic interaction

Feature matrix

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

Credits

Part of this library is based on this awesome document