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

Implement support for multiple input files handling #251

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sgaist
Copy link

@sgaist sgaist commented Oct 1, 2022

Prerequisites

Why do we need this pull request?

This will allow pyWhat to handle being given multiple inputs.

What GitHub issues does this fix?

Copy / paste of output

Please copy and paste the output of PyWhat with your new addition using an example that tests this addition below:

 what "0x52908400098527886E0F7030069857D2E4169EE7" noxfile.py
Matched on: 5290840009852
Name: Phone Number

Matched on: 7030069857
Name: Phone Number

Matched on: 529084000
Name: American Social Security Number
Description: An American Identification Number

Matched on: 030069857
Name: American Social Security Number
Description: An American Identification Number

Matched on: 5290840009852788
Name: MasterCard Number

Matched on: 0x52908400098527886E0F7030069857D2E4169EE7
Name: Ethereum (ETH) Wallet Address
Link:  https://etherscan.io/address/0x52908400098527886E0F7030069857D2E4169EE7

Matched on: 52908400098
Name: Turkish Identification Number
Matched on: nox.ses
Name: Uniform Resource Locator (URL)

Matched on: nox.options.ses
Name: Uniform Resource Locator (URL)

Matched on: environ.ge
Name: Uniform Resource Locator (URL)

Matched on: nox.options.sessions.app
Name: Uniform Resource Locator (URL)

Matched on: noxfile.py
Name: Uniform Resource Locator (URL)

Matched on: conf.py
Name: Uniform Resource Locator (URL)

Matched on: nox.sessions.Session.in
Name: Uniform Resource Locator (URL)

Matched on: Session.in
Name: Uniform Resource Locator (URL)

Matched on: session.run
Name: Uniform Resource Locator (URL)

Matched on: session.in
Name: Uniform Resource Locator (URL)

Matched on: nox.ses
Name: Uniform Resource Locator (URL)

Matched on: session.run
Name: Uniform Resource Locator (URL)

Matched on: session.run
Name: Uniform Resource Locator (URL)

Matched on: nox.ses
Name: Uniform Resource Locator (URL)

Matched on: session.run
Name: Uniform Resource Locator (URL)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pywhat should accept multiple files as input
1 participant