deadlink
deadlink copied to clipboard
how to use this package without the cli, inside a python script ?
Hello, I would like to use this package inside a script. But I cannot find any example. Could you add one exmaple on the home page ?
best
What exactly are you looking for?
Closing for lack of response.
Sorry for the lack of response. My point was that I would like to use your library inside a python .py file in order to then use the results in python lists.
What functionality would you expect, what function signature?
Something like that:
def deadlink_checker(urls : List[str], **kwargs) -> List[bool]
What does the return bool say? Specifically, what about redirects?