معرفی شرکت ها


arsespyder-0.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Web Spider to retrieve links
ویژگی مقدار
سیستم عامل -
نام فایل arsespyder-0.0.3
نام arsespyder
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Sergio Arroutbi
ایمیل نویسنده sarroutbi@yahoo.es
آدرس صفحه اصلی https://github.com/sarroutbi/MSWL_SUBJECTS/tree/master/DEVELOPMENT_TOOLS/arsespyder
آدرس اینترنتی https://pypi.org/project/arsespyder/
مجوز ISC (Internet Systems Consortium)
1 - INTRODUCTION ---------------- The program "arsespyder" is a Web Crawler that enables crawling a URL and inspect the links contained in that web recursively, so that for a provided URL, the crawler downloads the links of type <a href="http://whatever">whatever</a> contained on it. For each of them the operations is repeated, until the level of search provided by parameter is achieved. If not provided, the crawling depth levels is, by default, 3. 2 - APPLICATION USAGE --------------------- Usage of the application is as follows: $ ./arsespyder.py --help usage: arsespyder.py [-h] [-v] [-n NUMBER_OF_LEVELS] url Internet Crawler positional arguments: url URL to crawl optional arguments: -h, --help show this help message and exit -v, --version show program's version number and exit -n NUMBER_OF_LEVELS, --number-of-levels NUMBER_OF_LEVELS Crawling depth NOTE 1 - The only mandatory parameter is the URL to crawl. NOTE 2 - If number of levels is not provided, by default, the NUMBER_OF_LEVELS is 3. 3 - OUTPUT FORMAT ----------------- arsespyder Web crawler will dump those links up to the depth crawling level specified, in the next format: $ ./arsespyder.py -n3 http://arsespyder.dyndns.org/index.html * http://arsespyder.dyndns.org/test/l1_p1.html * http://arsespyder.dyndns.org/test/l1_p2.html * http://arsespyder.dyndns.org/test/l1_p3.html ** http://arsespyder.dyndns.org/test/l2_p1_p1.html ** http://arsespyder.dyndns.org/test/l2_p1_p2.html ** http://arsespyder.dyndns.org/test/l2_p2_p1.html ** http://arsespyder.dyndns.org/test/l2_p2_p2.html *** http://arsespyder.dyndns.org/l3_p1_p1_p1.html *** http://arsespyder.dyndns.org/l3_p1_p1_p2.html *** http://arsespyder.dyndns.org/l3_p1_p1_p3.html *** http://arsespyder.dyndns.org/l3_p1_p2_p1.html *** http://arsespyder.dyndns.org/l3_p1_p2_p2.html *** http://arsespyder.dyndns.org/l3_p1_p2_p3.html Where: * http://... are level 1 links (existing in HTML code URL specified parameter) ** http://... are level 2 links (existing in HTML code of level 1 links) *** http://... are level 3 links (existing in HTML code of level 2 links) 4 - CODE DOCUMENTATION ---------------------- Code documentation is contained under "doc" folder. Main .html file is pyarsespyder.html: $ tree doc/ doc/ ├── pyarsespyder.geturl.html ├── pyarsespyder.html └── pyarsespyder.validateurl.html 5 - INSTALATION --------------- Check INSTALL file


نحوه نصب


نصب پکیج whl arsespyder-0.0.3:

    pip install arsespyder-0.0.3.whl


نصب پکیج tar.gz arsespyder-0.0.3:

    pip install arsespyder-0.0.3.tar.gz