summaryrefslogtreecommitdiff
path: root/Documentation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation.txt')
-rw-r--r--Documentation.txt49
1 files changed, 34 insertions, 15 deletions
diff --git a/Documentation.txt b/Documentation.txt
index b598928..426e6d1 100644
--- a/Documentation.txt
+++ b/Documentation.txt
@@ -1,9 +1,19 @@
-====== Tools
-omegle.py - OmegleChat class and simple client
-chat.py - more advanced client
-proxy.py - connects two chats
-injector.py - same as above
- = do note abuse these tools, the following information =
+ __ __
+ /\ \__/\ \
+ _____ __ __\ \ ,_\ \ \___ ___ ___
+ /\ '__`\/\ \/\ \\ \ \/\ \ _ `\ / __`\ /' _ `\
+ \ \ \L\ \ \ \_\ \\ \ \_\ \ \ \ \/\ \L\ \/\ \/\ \
+ \ \ ,__/\/`____ \\ \__\\ \_\ \_\ \____/\ \_\ \_\
+ \ \ \/ `/___/> \\/__/ \/_/\/_/\/___/ \/_/\/_/
+ \ \_\ /\___/ ___ _ __ ___ ___ __ _| | ___
+ \/_/ \/__/ / _ \| '_ ` _ \ / _ \/ _` | |/ _ \
+ | (_) | | | | | | __/ (_| | | __/
+====== Tools \___/|_| |_| |_|\___|\__, |_|\___|
+ omegle.py - OmegleChat class and simple client |___/
+ chat.py - more advanced client
+ proxy.py - connects two chats
+ injector.py - same as above
+ = do note abuse these tools, the following information =
====== API Documentation
==== Connection
@@ -18,11 +28,23 @@ All API-Calls return JSON-Data. The Returncode for success is "win", the
errorcode is "fail".
==== Commands:
- O --> /count
- \|/ --> /start() <- id
- / \ --> /send(id,msg) <- "win"
- --> /disconect(id) <- "win"
- --> /events(id) <- "[[msg1],...]
+
+
+ dooooooooooooooooop
+ d8 OMEGLE 8b
+ d8_______________8b
+ `""""""";"""""""""'
+ dP8L |
+ 8P 8b |
+ ,._ `8odP _o. | /count
+ `"YYbood8dPP' | <-- Online Users
+ '`d8 | /start
+ d8 | <-- id
+ 88. | /disconnect -> "id"
+ ,8P`Yb. | <-- "win"||"fail"
+ ,8' `Y8 | /events -> "id"
+ | <-- [["type,...],...]
+ |
== /start - Start a conversation
URL: /start
@@ -76,7 +98,4 @@ METHOD: GET
PARAM: {}
RETURNS: 1234
- 1234 is the number of users online
-
-
-
+ 1234 is the number of users online \ No newline at end of file