Closed marshvee closed 6 months ago
We want to add an option to run the script as a specific user-agent (Googlebot, for example), so it follows the specific rules for Googlebot instead of the general ones.
We allow this by add the flag user-agent:
user-agent
python main.py --parserobots --user-agent Googlebot
Resolves #87
Whenever you can check this too it would be great @c4software
We want to add an option to run the script as a specific user-agent (Googlebot, for example), so it follows the specific rules for Googlebot instead of the general ones.
We allow this by add the flag
user-agent
:Resolves #87