معرفی شرکت ها


ProxyYourSpider-1.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Proxy your spider and crawl the galaxy.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل ProxyYourSpider-1.0.2
نام ProxyYourSpider
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Rafael Cheng
ایمیل نویسنده rafaelcheng13@gmail.com
آدرس صفحه اصلی https://github.com/Rafael-Cheng/ProxyYourSpider
آدرس اینترنتی https://pypi.org/project/ProxyYourSpider/
مجوز GPL
=============== ProxyYourSpider =============== .. image:: https://img.shields.io/aur/license/yaourt.svg :target: https://github.com/Rafael-Cheng/ProxyYourSpider/blob/master/LICENSE .. image:: https://img.shields.io/badge/python-2.7-green.svg :target: https://github.com/scrapy/scrapy .. image:: https://img.shields.io/maintenance/yes/2017.svg :target: https://github.com/Rafael-Cheng/ProxyYourSpider Introduction ------------ Getting banned by websites can be really annoying. Given that the free proxy ips available on the Interent are generally hard to use. This project aims to provide a library with which spider programmers can easily fake the ip of their spider. Features -------- ProxyYourSpider collets proxies from http://proxydb.net/?protocol=http&protocol=https&anonlvl=4. The number of proxies colleted will be determined by the argument user input when launching run.py. All the proxies which are non-anonymous or have a timeout more than 2 seconds will be kicked out. run.py keeps alive and updates the proxy pool when the available proxies are less than the given threshold which dramatically enhances the stability of proxy pool. To get a proxy, just call method fetchProxy and provide a proxy type and you will get a decent proxy which has been verified before sending to you:) Usage ----- Generally, you only need to call fetchProxy method to fet a proxy you desire. .. image:: https://github.com/Rafael-Cheng/ProxyYourSpider/blob/master/usage.gif However, you should bear in mind that run.py should be executed first and keep alive while using ProxyYourSpider. Just execute run.py like: .. code-block:: bash $ python run.py 20 here 20 is the number of proxies you need. .. image:: https://github.com/Rafael-Cheng/ProxyYourSpider/blob/master/run_launch.png Another thing worth mention is that run.py should be KEEP ALIVE while using ProxyYourSpide. It will continuously check whether the available proxies in your proxies pool is sufficient. .. image:: https://github.com/Rafael-Cheng/ProxyYourSpider/blob/master/run_update.png Notice: You also need to keep Redis alive since it is our database on which we store our proxies. .. image:: https://github.com/Rafael-Cheng/ProxyYourSpider/blob/master/redis.png Requirements ------------ * Python 2.7 * Redis * Requests * BeautifulSoup * Works on Linux, Mac OSX, Windows, BSD Installation ------------ .. code-block:: bash $ git clone https://github.com/Rafael-Cheng/ProxyYourSpider.git or just download zip. .. code-block:: bash $ pip install ProxyYourSpider License ------- The license of this project is GPL license.


نحوه نصب


نصب پکیج whl ProxyYourSpider-1.0.2:

    pip install ProxyYourSpider-1.0.2.whl


نصب پکیج tar.gz ProxyYourSpider-1.0.2:

    pip install ProxyYourSpider-1.0.2.tar.gz