Skip to main content

A Python library for building omegle clients

Project description

omegalul

A Python library for building omegle clients

Credits

This library is mostly based on nucular's omegle reverse engineering gist

Usage

import omegalul

# start a chat
chat = omegalul.start_chat()
print(chat)

while True:
    event = chat.fetch_event()

    print(event)

    if event[0] == omegalul.Event.GOTMESSAGE:
      chat.send_message(event[1])
      print('sent message back')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

omegalul-1.0.2.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

omegalul-1.0.2-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page