All Projects → coal0 → python-omegle

coal0 / python-omegle

Licence: MIT license
A simple Python API for the Omegle chat service

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to python-omegle

xpllyn
个人网站项目。使用spring-boot搭建,集合了博客、书籍下载、留言、github page查询、Netty+WebSocket搭建的Web网页聊天室等功能。其中github page查询工具使用了github的api,Web聊天室使用Netty+Websocket+Redis+MySQL搭建服务,使用Shiro安全框架实现身份验证/登录,采用MySql作为网站的数据库,使用Redis用于聊天记录缓存,实现了群聊、单聊、查询用户、添加好友、聊天记录等功能。
Stars: ✭ 21 (+16.67%)
Mutual labels:  webchat
Django-Rasa-Bot
Integrating Rasa Core with Django backend and finally using Webchat for chatbot user interface
Stars: ✭ 30 (+66.67%)
Mutual labels:  webchat
Omeclone
A clone of omegle.com
Stars: ✭ 66 (+266.67%)
Mutual labels:  omegle
omegleip
Shows the IP and Geolocation of the stranger. Written in Javascript as a Extension
Stars: ✭ 33 (+83.33%)
Mutual labels:  omegle
Microsoft.Owin.Security.QQ-WebChat
QQ and Webchat extensions for Microsoft.Owin.Security
Stars: ✭ 20 (+11.11%)
Mutual labels:  webchat
webchat app
微信小程序
Stars: ✭ 28 (+55.56%)
Mutual labels:  webchat
WebchatWidget
A graphical chat widget you can embed into your website to provide visitors access to a Conversational AI via Cognigy.AI.
Stars: ✭ 16 (-11.11%)
Mutual labels:  webchat
Webchat
The SAP Conversational AI webchat let you deploy a bot straight to a website
Stars: ✭ 71 (+294.44%)
Mutual labels:  webchat

Python-Omegle

Python-Omegle is an unofficial Python API for the Omegle text chat service.

Features include:

  • A high level, object-oriented API;
  • An interface to three different types of chats;
  • Support for over 90 languages;
  • Simple library design with great extensibility.

Python-Omegle was originally written in Python 3.6, and is confirmed to work on Python 3.6, but likely works on all Python 3 releases.

Getting Started

Requirements

Python-Omegle relies on the Requests library to function properly. If you don't have Requests installed yet, pip will install it automatically. Alternatively, you can install it yourself.

Installing

Installing Python-Omegle is very easy! Simply run:

pip install python-omegle

... or for a pip3 install:

pip3 install python-omegle

Running the tests

Some basic tests can be found in the 'tests' directory. Each chat type has its own class and therefore its own testing file. Let's test one of the classes:

cd tests/
python3 random_chat_test.py

If you wish to test all classes at once, simply run the following:

python3 all_tests.py

Documentation

Once you've installed Python-Omegle, it's time to take a look at the documentation, where you will find a step by step tutorial, some example programs and a complete API reference.


License

Python-Omegle is licensed under the MIT license. The full license text can be found here.


Disclaimer

I can in no way be held responsible for your actions with regards to Python-Omegle. Python-Omegle exists for educational purposes only. Use this tool responsibly. Do not use it to engage in illegal activities, and do not use it to spam the Omegle website. Also take a look at the Omegle terms of service, at the bottom of the page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].