{"id":16695180,"url":"https://github.com/davidepastore/jbugmenot","last_synced_at":"2026-03-04T03:32:07.978Z","repository":{"id":11007047,"uuid":"13331977","full_name":"DavidePastore/JBugmenot","owner":"DavidePastore","description":"Java Bugmenot library to find account and password for various sites.","archived":false,"fork":false,"pushed_at":"2022-08-31T16:11:07.000Z","size":58,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T03:23:54.059Z","etag":null,"topics":["accounts","bugmenot","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DavidePastore.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-04T18:47:56.000Z","updated_at":"2022-08-31T16:11:08.000Z","dependencies_parsed_at":"2023-01-11T20:15:34.723Z","dependency_job_id":null,"html_url":"https://github.com/DavidePastore/JBugmenot","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidePastore%2FJBugmenot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidePastore%2FJBugmenot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidePastore%2FJBugmenot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidePastore%2FJBugmenot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidePastore","download_url":"https://codeload.github.com/DavidePastore/JBugmenot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248142293,"owners_count":21054616,"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","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":["accounts","bugmenot","java"],"created_at":"2024-10-12T17:05:46.618Z","updated_at":"2026-03-04T03:32:07.930Z","avatar_url":"https://github.com/DavidePastore.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JBugmenot\n=========\n[![Continuous Integration](https://github.com/DavidePastore/JBugmenot/actions/workflows/worflow.yml/badge.svg)](https://github.com/DavidePastore/JBugmenot/actions/workflows/worflow.yml)\n[![Known Vulnerabilities](https://snyk.io/test/github/davidepastore/jbugmenot/badge.svg)](https://snyk.io/test/github/davidepastore/jbugmenot)\n\nJava [Bugmenot](http://www.bugmenot.com/) library to find account and password for various sites.\n\n\nInstall\n-------\n\nIf you use Maven to manage the dependencies in your Java project (and you should!), you do not need to download; just place the following into your POM's \u003cdependencies\u003e section:\n```xml\n\u003cdependency\u003e\n  \u003c!-- Bugmenot library to find account and password for various sites --\u003e\n  \u003cgroupId\u003ecom.github.davidepastore\u003c/groupId\u003e\n  \u003cartifactId\u003ejbugmenot\u003c/artifactId\u003e\n  \u003cversion\u003e0.2.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nUsage\n-----\n\nFind all the accounts of a site:\n\n```java\nArrayList\u003cAccount\u003e accounts = JBugMeNot.getAllAccounts(\"nypost.com\");\n```\n\nFind the first login of a site:\n\n```java\nArrayList\u003cAccount\u003e accounts = JBugMeNot.getAllAccounts(\"imdb.com\");\nAccount firstAccount = accounts.get(0);\nString username = firstAccount.getUsername();\nString password = firstAccount.getPassword();\nlong votes = firstAccount.getVotes();\nDate addingDate = firstAccount.getAddingDate();\n```\n\nFind all the accounts that have a given succes rate:\n\n```java\nJBugmenot.setMinimumSuccessRate(50);\nArrayList\u003cAccount\u003e accounts = JBugmenot.getAllAccounts(\"nypost.com\");\n```\n\nVote an account:\n\n```java\nArrayList\u003cAccount\u003e accounts = JBugmenot.getAllAccounts(\"corriere.it\");\nAccount lastAccount = accounts.get(accounts.size() - 1);\nJBugmenot.vote(lastAccount, false);\n//OR\nlastAccount.vote(false);\n```\n\nIssues\n------\n\nIf you find problems, please open an issue [here](https://github.com/DavidePastore/JBugmenot/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidepastore%2Fjbugmenot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidepastore%2Fjbugmenot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidepastore%2Fjbugmenot/lists"}