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
How do I run waybackpack in Python shell? I would like to call it, but unfortunately the only way I can do that is with os.system, which isn't great. Can I run waybackpack in a way similar to requests or tqdm, and if so, how?
I tinkered around with the following, and I got an error saying the module is not callable.
waybackpack("https://cnn.com")
TypeError: 'module' object is not callable
Thank you.
The text was updated successfully, but these errors were encountered:
Hello jsvine, I hope you are feeling well.
How do I run waybackpack in Python shell? I would like to call it, but unfortunately the only way I can do that is with os.system, which isn't great. Can I run waybackpack in a way similar to requests or tqdm, and if so, how?
I tinkered around with the following, and I got an error saying the module is not callable.
Thank you.
The text was updated successfully, but these errors were encountered: