I created an extension to my open source Python library that allows you to (essentially) fully Bot the Omegle website.
The open source library is basically a shell allowing you to connect to Omegle as a client, and I built a ton of code on top of it (that I'd like to sell) to allow for full automation, aaaand the ability to run more than one instance of the Bot at the same time.
In general, it can:
- Run 25+ instances with ease
- Support proxying to prevent Omegle blocking it
- Rotate between proxies when they stop working
- Send an automatic message when it joins a chat
- Send an automatic message when someone else sends a message
- Skip X seconds after connecting
- Skip X seconds after replying to a message
- Use a Spintax algorithm to send auto-messages that change syntax randomly.
Spintax:
"Hello / (my name/your name) / is / (isaac/sean)"
... turns into
"Hello my name is sean"
"Hello my name is isaac"
"Hello your name is isaac"
"Hello your name is sean"
Example:
How much do you think permanent access to the private repository for this extension and all future updates is worth, of course including the full source code.
Thanks,
Isaac!
The open source library is basically a shell allowing you to connect to Omegle as a client, and I built a ton of code on top of it (that I'd like to sell) to allow for full automation, aaaand the ability to run more than one instance of the Bot at the same time.
In general, it can:
- Run 25+ instances with ease
- Support proxying to prevent Omegle blocking it
- Rotate between proxies when they stop working
- Send an automatic message when it joins a chat
- Send an automatic message when someone else sends a message
- Skip X seconds after connecting
- Skip X seconds after replying to a message
- Use a Spintax algorithm to send auto-messages that change syntax randomly.
Spintax:
"Hello / (my name/your name) / is / (isaac/sean)"
... turns into
"Hello my name is sean"
"Hello my name is isaac"
"Hello your name is isaac"
"Hello your name is sean"
Example:
How much do you think permanent access to the private repository for this extension and all future updates is worth, of course including the full source code.
Thanks,
Isaac!
- Type
Last edited:
