Нет описания

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

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