Update __init__.py
This commit is contained in:
@@ -10,13 +10,15 @@
|
|||||||
# ━━━━━━━━━━━┗━━┛━━━━━━━━━━━━━━━━━━━━━━━━┗━━┛━
|
# ━━━━━━━━━━━┗━━┛━━━━━━━━━━━━━━━━━━━━━━━━┗━━┛━
|
||||||
|
|
||||||
"""
|
"""
|
||||||
A python wrapper for Internet Archive's Wayback Machine API.
|
Waybackpy is a Python library that interfaces with the Internet Archive's Wayback Machine API.
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Archive pages and retrieve archived pages easily.
|
Archive pages and retrieve archived pages easily.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
>>> import waybackpy
|
>>> import waybackpy
|
||||||
>>> new_archive = waybackpy.save('https://www.python.org')
|
>>> target_url = waybackpy.Url('https://www.python.org', 'Your-apps-cool-user-agent')
|
||||||
|
>>> new_archive = target_url.save()
|
||||||
>>> print(new_archive)
|
>>> print(new_archive)
|
||||||
https://web.archive.org/web/20200502170312/https://www.python.org/
|
https://web.archive.org/web/20200502170312/https://www.python.org/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user