How to run waybackpack in Python shell?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 214
- PR merge metrics
- No merged PRs in 30d
Description
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.
waybackpack("https://cnn.com")
TypeError: 'module' object is not callable
Thank you.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the package's public Python entry points and existing command-line usage first. Determine whether a callable library interface is documented; done means the supported way to invoke waybackpack from a Python shell is clearly explained, including the expected arguments and return behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100