暫無描述

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