بدون توضیح

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