Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 464 Bytes

What is pyomegle?

pyomegle is a Python module for chatting with strangers over Omegle.

It's event-driven, just write a class defining methods such as message, connected, etc and they'll be called (with relevant data) when new information is received from the Omegle server

How to use

See example.py

Authors

Brian Ewing (brianewing)