You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One reason to use argparse is that it makes the source code easier to read. Another reason for using argparse is that it automatically adds --help and thus gives a clue how to use your scraper without having to read / understand the code.
I recommend using
argparse
for argument parsing. See https://martin-thoma.com/how-to-parse-command-line-arguments-in-python/#tocAnchor-1-1-5 for an example.The text was updated successfully, but these errors were encountered: