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

How do we submit a company name with two words? Like TJ Max? Missing from the readme and command line doesn't allow for "" or ''. #1

Closed
Dataphix opened this issue May 29, 2019 · 3 comments

Comments

@Dataphix
Copy link

No description provided.

@Dataphix Dataphix changed the title Do we submit a company name with two words? Like TJ Max? How do we submit a company name with two words? Like TJ Max? Missing from the readme and command line doesn't allow for "" or ''. May 29, 2019
@m8sec
Copy link
Owner

m8sec commented May 30, 2019

Hi @Dataphix

Two word company names can be searched through wrapping the name in quotes, ex:
python3 crosslinked.py -f 'domain\{first}.{last}' 'tj maxx'

If you are still having issues, you can encode the company name for direct implementation into the search URL. However, this method would not be compatible with the --safe option:
python3 crosslinked.py -f 'domain\{first}.{last}' 'tj%20maxx'

Company names with apostrophes can be handled the same way:
python3 crosslinked.py -f 'domain\{first}.{last}' "o'reilly"
python3 crosslinked.py -f 'domain\{first}.{last}' "o%27reilly"

Good catch, this information is missing from the readme and is probably helpful to other users as well!

@Dataphix
Copy link
Author

Awesome and thank you!

@m8sec
Copy link
Owner

m8sec commented May 31, 2019

No problem!
-m8r0wn

@m8sec m8sec closed this as completed May 31, 2019
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

No branches or pull requests

2 participants