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.3.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

omegalul-1.0.3-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file omegalul-1.0.3.tar.gz.

File metadata

  • Download URL: omegalul-1.0.3.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for omegalul-1.0.3.tar.gz
Algorithm Hash digest
SHA256 b2f1f7f16d1fc4a6db495c9ca0d015c5cf32baea6a7320859624b9dcbca545c5
MD5 551e8c38ca6ee9a831d270f565c76f5d
BLAKE2b-256 3298b7f099823cb9b25eae4dc787a8a0d5745612337648596c0d4f1c057f97ed

See more details on using hashes here.

File details

Details for the file omegalul-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: omegalul-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for omegalul-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3ba0bc4e5cbe5ff5e9590834af203427008881f8cf88fae0d3b41509ac2421da
MD5 69670c7273573f7995ec9f78348a2c0d
BLAKE2b-256 f3d1cd9677becc45f9e780f3a2cd8240b3b8b77f5e0533b4bd481044e5e9d342

See more details on using hashes here.

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