Geen omschrijving

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

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