Update README.md

This commit is contained in:
akamhy
2020-05-04 20:41:26 +05:30
committed by GitHub
parent b4f69d98d8
commit 5af28a943b

View File

@@ -2,6 +2,13 @@
The waybackpy is a python wrapper for [Internet Archive](https://en.wikipedia.org/wiki/Internet_Archive) The waybackpy is a python wrapper for [Internet Archive](https://en.wikipedia.org/wiki/Internet_Archive)
's [Wayback Machine](https://en.wikipedia.org/wiki/Wayback_Machine). 's [Wayback Machine](https://en.wikipedia.org/wiki/Wayback_Machine).
## Installation
Using [pip](https://en.wikipedia.org/wiki/Pip_(package_manager)):
```python
pip install waybackpy
```
## Usage ## Usage
### Capturing/Saving an url/website. Using save(). ### Capturing/Saving an url/website. Using save().