Metadata-Version: 2.1
Name: web-archive-get
Version: 0.0.31.2
Summary: a tool to find archived web pages from different websites using multiple different services
Home-page: https://github.com/WilliamMaber/web_archive_get/
Author: Willdor
Author-email: maberwillliam@gmail.com
License: BSD 2-clause
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: warcio

# web_archive_get

a tool to find archived web pages from different websites using multiple different services. the currently three functions implemented and that are:

## list_page 
get a pages of the url
* url -  the url of the page
RETURN a list of requestable object
## list_subdoamin
get all subdoamin of a domain your looking up
* url -  the url of the domain
RETURN a list of requestable object
## search_url_host
look up website with the same host
* url -  the url of the host
RETURN a list of requestable object
## search_url_subpath
get the all subpath  of the url
* url -  the url of the subpath
RETURN a list of requestable object

# requestable object
## request()
## get_length()
## get_statuscode()
## get_mimetype()
## get_url()

