{"id":19656013,"url":"https://github.com/sandrewtx08/bugmenot_scraper","last_synced_at":"2026-04-09T21:59:24.169Z","repository":{"id":138692435,"uuid":"400486007","full_name":"sandrewTx08/BugMeNot_Scraper","owner":"sandrewTx08","description":"Scraping BugMeNot webpage elements such as usernames and password using Selenium Webdriver.","archived":false,"fork":false,"pushed_at":"2021-09-02T01:30:12.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-16T04:37:59.164Z","etag":null,"topics":["automation","bugmenot","pandas","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sandrewTx08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-08-27T11:26:49.000Z","updated_at":"2022-04-07T10:29:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0ab1657-886a-4617-bb23-addce5f93576","html_url":"https://github.com/sandrewTx08/BugMeNot_Scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sandrewTx08/BugMeNot_Scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrewTx08%2FBugMeNot_Scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrewTx08%2FBugMeNot_Scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrewTx08%2FBugMeNot_Scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrewTx08%2FBugMeNot_Scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandrewTx08","download_url":"https://codeload.github.com/sandrewTx08/BugMeNot_Scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrewTx08%2FBugMeNot_Scraper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270082979,"owners_count":24523841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["automation","bugmenot","pandas","selenium"],"created_at":"2024-11-11T15:25:32.077Z","updated_at":"2026-04-09T21:59:19.128Z","avatar_url":"https://github.com/sandrewTx08.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n\u003cimg src=\"http://bugmenot.com/assets/img/logo.png\"\u003e\r\n\r\n# 🐞 BugMeNot_Scraper\r\nRetrieve BugMeNot webpage share login through _Page Object Model_ (POM), exporting results.\r\n\r\n# 🧰 Usage:\r\n1. Download all requirements and install it.\r\n2. Execute the `python test_individual.py`.\r\n3. Type wanted URL. \r\n4. Wait scraping logins.\r\n5. table is created in **HTML** and **CSV** format.\r\n\r\n# 📌 Goal:\r\n#### Return share login information:\r\n- **Username**\r\n- **Password**\r\n- **Success rate**\r\n- **Votes**\r\n- **Login age**\r\n\r\n## 🧾 Colect all share login data from a file list!.\r\n1. Assure `url_list.text` is in project folder.\r\n2. Execute `python test_automated_list.py`.\r\n3. Wait until run all URL inside document lines is done.\r\n\r\n#### Document example:\r\n```\r\ntest.com\r\nexample.com\r\nfake.com\r\nsite.com\r\n```\r\nAll URL inside file document will be executed at BugMeNot search and then a table output is recorded.\r\n\r\n#### Output example:\r\n\u003ctable border=\"1\" class=\"dataframe\"\u003e\r\n  \u003cthead\u003e\r\n    \u003ctr style=\"text-align: right;\"\u003e\r\n      \u003cth\u003e\u003c/th\u003e\r\n      \u003cth\u003eUsername\u003c/th\u003e\r\n      \u003cth\u003ePassword\u003c/th\u003e\r\n      \u003cth\u003eSuccess_Rate\u003c/th\u003e\r\n      \u003cth\u003eVotes\u003c/th\u003e\r\n      \u003cth\u003eLogin_Age\u003c/th\u003e\r\n    \u003c/tr\u003e\r\n  \u003c/thead\u003e\r\n  \u003ctbody\u003e\r\n    \u003ctr\u003e\r\n      \u003cth\u003e0\u003c/th\u003e\r\n      \u003ctd\u003etestaccount@email.com\u003c/td\u003e\r\n      \u003ctd\u003epasswordTest\u003c/td\u003e\r\n      \u003ctd\u003e64%\u003c/td\u003e\r\n      \u003ctd\u003e45\u003c/td\u003e\r\n      \u003ctd\u003e5 months\u003c/td\u003e\r\n    \u003c/tr\u003e\r\n    \u003ctr\u003e\r\n      \u003cth\u003e1\u003c/th\u003e\r\n      \u003ctd\u003etestingfakeaccount\u003c/td\u003e\r\n      \u003ctd\u003epassfake123\u003c/td\u003e\r\n      \u003ctd\u003e39%\u003c/td\u003e\r\n      \u003ctd\u003e201\u003c/td\u003e\r\n      \u003ctd\u003e7 months\u003c/td\u003e\r\n    \u003c/tr\u003e\r\n    \u003ctr\u003e\r\n      \u003cth\u003e2\u003c/th\u003e\r\n      \u003ctd\u003efakeaccount\u003c/td\u003e\r\n      \u003ctd\u003e123456\u003c/td\u003e\r\n      \u003ctd\u003e13%\u003c/td\u003e\r\n      \u003ctd\u003e616\u003c/td\u003e\r\n      \u003ctd\u003e2 years\u003c/td\u003e\r\n    \u003c/tr\u003e\r\n  \u003c/tbody\u003e\r\n\u003c/table\u003e\r\n\r\nFiles saved as: `/report/site_com.html`  \r\n## 🛠 Tools utilized \u0026 Requirements:\r\n-  ### Browser automation:\r\n    `selenium` ChromeWebdriver for browser automation.\r\n\r\n- ### Creating Table:\r\n    `pandas` creates table containing all find share login.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandrewtx08%2Fbugmenot_scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandrewtx08%2Fbugmenot_scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandrewtx08%2Fbugmenot_scraper/lists"}