Adnan8101/Omegle-welcomer — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple TypeScript project called Omegle Welcomer.

I want a small script or app that can run from the command line and automatically send a friendly welcome message when a new stranger chat starts on an Omegle style chat page. Keep it practical and easy to run. I should be able to edit the welcome text, start the tool, see clear logs in the terminal, and stop it safely when I’m done.

Please make the code clean and organized, with sensible error handling if the chat disconnects, the page fails to load, or the user ends the session. Since there isn’t much existing documentation, keep the setup simple and add a short README that explains how to install, configure the message, and run it.

If Omegle itself is no longer usable, make the automation generic enough that the greeting logic can be adapted to a similar stranger chat site later. Look up current docs online if you need to.

Want more depth? Deep Reverse