omegle-rs

Crates.ioomegle-rs
lib.rsomegle-rs
version0.2.0
sourcesrc
created_at2023-09-10 02:17:35.392401
updated_at2023-09-14 16:04:15.252023
descriptionLibrary for interfacing with the chat service Omegle
homepage
repositoryhttps://github.com/Maxty99/omegle-lib
max_upload_size
id968495
size54,461
Max T (Maxty99)

documentation

README

Omegle-lib

A crate for interfacing with Omegle


Tests codecov

I wrote this crate for my Icymegle project since there wasn't really any other library that was being actively maintained. This crate might also get out of date eventually when Omegle updates their protocol, but I will try to keep it miantained as best I can.

Maturity

This library is in basic working order but just because Omegle can change how it works at any point there are bound to be breaking changes introduced every so often, so use this crate with that in mind

How to use

Check out the example for some basic usage or check out my Icymegle client for a more advanced implementation.

Contributing

PRs welcome, especially if Omegle decided to change something with the way the chat works. Even if you don't know anything about what changed, if you consistently get an error from Omegle just write an Issue and I'll look into it.

Thanks

Most of the initial knowledge about how Omegle's protocol worked I got from this gist. Also, before starting this project I was using the omegalul-rs crate.

Commit count: 40

cargo fmt