Code Monkey home page Code Monkey logo

omegle-.net's Introduction

Omegle-.NET

A simple .NET wrapper for Omegle

The goal of this project is to provide a simple .NET wrapper for omegle, the anonymous chat website, so people can use it for clients, bots or something else. Check out omegles API here: https://gist.github.com/nucular/e19264af8d7fc8a26ece

This project is targeted at .NET 3.5 and is being developed using Visual Studio 2008, opening it in a newer version and/or changing the Target-Framework should however not be a problem.

What's working?

Just normal chatting, meaning you can

  • Specify topics to talk about
  • Discuss a question posted by a third-party (Spyee-Mode)
  • Let two strangers discuss a question of your choice (Spy-Mode)
  • Connect
  • Disconnect
  • Send a Message
  • Set your Typing State
  • Get Notified via Events
    • When the strangers typing state changes
    • When the stranger sends a message
    • When the stranger disconnects
    • When the stranger connects

What's left to do?

  • Implement Videochatting?

How can I use the API?

You can either just clone the whole Project or download a compiled DLL from the "Releases" Section. You also need a Json.NET DLL for .Net 3.5 in your application directory.

When you have referenced OmegleAPI in your project, just create a OmegleAPI.Client, attach some eventhandlers and do a ConnectChat(null). Keep in Mind that you should always do a proper Disconnect() before reconnecting, even if the stranger disconnected first.

You can use the OmegleClientWin Project as an example for how to do things.

If you just want to see that it works, there is also a precompiled Client available under "Releases". It's not pretty, but it get's the job done.

omegle-.net's People

Contributors

jeanluc162 avatar

Stargazers

 avatar

Watchers

 avatar

omegle-.net's Issues

Not getting the required responses for Non-Normal Modes

If Topic(s) ("Common Interests")/Question ("Spy Mode") is provided or if a Spy-Question is asked for ("Spyee-Mode") while requesting the shard, the response is the same as during "normal" Chat-Mode and the Client is subsequently connected to a normal Chat.

Ask

does this still work?

OmegleSpyWPF Issue

yah i cant make an issue for your other project but it crashes when you open it and its because of the Reference PresentationCore.dll and the issue is located in System.Windows.Interop/HwndTarget Line 588: result = new IntPtr(Marshal.GetHRForException(ex));

Error: System.NullReferenceException : Object reference not set to an instance of an object

and idk how to fix it soooo please make an update

Implement WebRTC

Add capabilities to receive the info neccessary to enable a Connection via WebRTC to the Video-Section

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.