https://github.com/ptrstn/bugmenot
An unofficial Python package to retrieve credentials from BugMeNot.com
https://github.com/ptrstn/bugmenot
Last synced: 5 months ago
JSON representation
An unofficial Python package to retrieve credentials from BugMeNot.com
- Host: GitHub
- URL: https://github.com/ptrstn/bugmenot
- Owner: ptrstn
- License: unlicense
- Created: 2020-07-27T23:22:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T15:33:23.000Z (over 4 years ago)
- Last Synced: 2026-01-04T06:09:34.525Z (6 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://badge.fury.io/py/bugmenot)
[](https://pepy.tech/project/bugmenot)
[](https://github.com/ptrstn/bugmenot/actions)
[](https://travis-ci.com/ptrstn/bugmenot)
[](https://codecov.io/gh/ptrstn/bugmenot)
[](https://github.com/psf/black)
# bugmenot
An unofficial Python package to retrieve credentials from [BugMeNot.com](http://bugmenot.com/).
## Installation
```bash
pip install bugmenot
```
## Usage
### Command-line
```bash
usage: bugmenot [-h] [--version] url
An unofficial BugMeNot.com client
positional arguments:
url URL to the website
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
```
### Python
```python
import bugmenot
credentials = bugmenot.get_credentials("")
```
## Example
This command returns a list of (subsequently anonymized) bugmenot.com entries in tabular form:
```bash
bugmenot oracle.com
```
```bash
username password success_rate votes age
fake-example@gvnuclear.com BugMeNot3 85% 1555 2 months
fake-example-fake-@awdrt.org sdfdsfdsfd&-45 71% 2130 2 months
fake-example-a@wizard.com sdfdsfdsfdsfsfsdfsdd 60% 13053 1 year
fake-exa@urhen.com asdfdsafasdfadsfass 60% 11261 12 months
fake-exam@rowingbreak.com sffsdfdsfdsafasdfsa 59% 6274 8 months
another-fake-example-entry-123@mail.com Abcsdfklj 53% 14989 7 years
```