Update README.md

This commit is contained in:
akamhy 2020-05-05 17:47:00 +05:30 committed by GitHub
parent a2ead04021
commit b4a7f7ea6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,6 +138,9 @@ print(webpage)
``` ```
> This should print the source code for <https://example.com/>. > This should print the source code for <https://example.com/>.
## Tests
* [Here](https://github.com/akamhy/waybackpy/tree/master/tests)
## Dependency ## Dependency
* None, just python standard libraries (json, urllib and datetime). Both python 2 and 3 are supported :) * None, just python standard libraries (json, urllib and datetime). Both python 2 and 3 are supported :)