Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding permutator feature for usernames #1575

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 7, 2024

  1. Adding permutator feature for usernames

    ("", "_", "-", ".") when id_type == username
    
    File : maigret/permutator.py
    
    Arg : --permute
    
    For now, only permute from 2 elements and doesn't return single elements (element1, _element1, element1_,  element2, _element2, ...). 12 permuts for 2 elements.
    
    To return single elements as well, Permute(usernames).gather(method="all"), but not implemented in maigrat.py. 18 permuts for 2 elements. Should we ? With another argument ?
    balestek committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0735e66 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    1a66bbe View commit details
    Browse the repository at this point in the history
  2. Update test_cli.py

    permute arg added
    balestek committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6891778 View commit details
    Browse the repository at this point in the history