{"id":19704122,"url":"https://github.com/milan-sony/omegle_chatbot","last_synced_at":"2026-05-12T22:32:30.185Z","repository":{"id":154232341,"uuid":"582891056","full_name":"milan-sony/omegle_chatbot","owner":"milan-sony","description":"An Omegle Bot 🤖 using Selenium to send text message","archived":false,"fork":false,"pushed_at":"2023-02-16T14:19:26.000Z","size":502,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T17:12:07.987Z","etag":null,"topics":["chromedriver","python","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/milan-sony.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-28T06:37:56.000Z","updated_at":"2023-02-05T16:30:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f884928-a365-4e8f-8917-fbc2ce7b9dea","html_url":"https://github.com/milan-sony/omegle_chatbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/milan-sony/omegle_chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milan-sony%2Fomegle_chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milan-sony%2Fomegle_chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milan-sony%2Fomegle_chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milan-sony%2Fomegle_chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milan-sony","download_url":"https://codeload.github.com/milan-sony/omegle_chatbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milan-sony%2Fomegle_chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32960289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chromedriver","python","selenium"],"created_at":"2024-11-11T21:20:22.330Z","updated_at":"2026-05-12T22:32:30.147Z","avatar_url":"https://github.com/milan-sony.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Omegle Chatbot\n\nAn omegle chatbot🤖 especially for boys to find F (those who use omgele will get it fast) using selenium on chrome web browser\n\n## Read documentation about selenium\n\n\u003ca href = \"https://selenium-python.readthedocs.io/\"\u003eSelenium\u003c/a\u003e\n\n## Run locally\n\nYou will need to install Python on you system, head over to https://www.python.org/downloads/ to download python.\n(Dont Forget to tick Add Python to PATH while installing Python)\n\nOnce you have downloaded Python on your system, \nrun the following command inside your terminal (only if your system is git enabled, otherwise download the zip file and extract it)\n\n```bash\n  git clone https://github.com/milan-sony/omegle_chatbot.git\n```\n\nThen go to the project folder\n\n```bash\n  cd Omegle_Chatbot\n```\n\n(This is optional, but strongly recommended) Make a virtual environment\n\n```bash\n  python -m venv venv\n```\n\nActivate the virtual environment\n\n```bash\n  venv/Scripts/activate\n```\n\nIf error occurs when activating virtual environment, run the following command\n\n```bash\n  Set-ExecutionPolicy Unrestricted\n```\n\nor\n\n```bash\n  Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted\n```\n\nInstall the dependencies needed for this project\n\n```bash\n  pip install -r requirements.txt\n```\n\nNow run the script\n\n```bash\n  python bot.py\n```\n\nNow sit back and enjoy, let the bot do the work\n\n## Working\n\nThis bot works in such a way that\n\n1st it will take the topics from topics.py and add this topics to talk about section on omegle (Topics can be added by the user in topics.py file)\n\n\u003cimg src=\"screenshots/img1.png\"\u003e\n\n\u003cimg src=\"screenshots/img2.png\"\u003e\n\nIf reCAPTCHA occurs get rid of it by yourself\n\nThen the bot will ask the stranger whether he/she is M or F (Male or Female)\n\n\u003cimg src=\"screenshots/img3.png\"\u003e\n\nIf responce of the stranger is M (Male) it will skip the stranger \n\n\u003cimg src=\"screenshots/img4.png\"\u003e\n\nIf the stranger skips without answering anything, the bot will wait for 10 sec and skip the stranger\n\n\u003cimg src=\"screenshots/img5.png\"\u003e\n\nIf the responce of the stranger is F (Female) it will make a beep sound and the bot will stop execution\n\nIf stranger (F) skips you, you have to run the code again\n\n## Points to be noted\n\nYou can change the messages according to your need\n\nActually it's not 100% accurate, there are some faults while running the program (If any bug occurs or not running properly, exit the code by clicking `ctrl + c` in the terminal and run again `python bot.py`)\n\n## Future updates\n\n- May add [Natural Language Processing](https://www.ibm.com/in-en/topics/natural-language-processing#:~:text=Natural%20language%20processing%20(NLP)%20refers,same%20way%20human%20beings%20can.) (NLP)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilan-sony%2Fomegle_chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilan-sony%2Fomegle_chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilan-sony%2Fomegle_chatbot/lists"}