Metadata-Version: 2.1
Name: pyproxywebscrapper
Version: 3.0.0
Summary: This Package will be useful for people who are doing webscrapping
    usually when doing web scrapping if you make to many request
    the server will block your IP Address    
    There  is a way to trick the server using Random Ip from different
    country.Every Request we make we will use unique Ip and Port number
    check out doccumentation for more details              
Home-page: https://github.com/soumilshah1995/AppleStock
Author: Soumil Nitin Shah
Author-email: soushah@my.bridgeport.edu
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: requests


[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)]


# Smart Proxy 

 * This Package will be useful for people who are doing webscrapping 
    usually when doing web scrapping if you make to many request 
    the server will block your IP Address

* There  is a way to trick the server using Random Ip from different 
    country.Every Request we make we will use unique Ip and Port number 
    check out doccumentation for more details  

## Installation

```bash
pip install pyproxywebscrapper
```
## Usage

```python
import sys
from pyproxywebscrapper.smartproxy import Requests

r = Requests.request(request_type='get', url='https://www.youtube.com')
print(r)

```
<img width="469" alt="Screen Shot 2019-11-02 at 2 31 13 PM" src="https://user-images.githubusercontent.com/39345855/68075386-79571400-fd7d-11e9-94f5-47a09a02f9b1.png">



## Authors

* **Soumil Nitin Shah** 


## Soumil Nitin Shah 
Bachelor in Electronic Engineering |
Masters in Electrical Engineering | 
Master in Computer Engineering |

* Website : https://soumilshah.herokuapp.com
* Github: https://github.com/soumilshah1995
* Linkedin: https://www.linkedin.com/in/shah-soumil/
* Blog: https://soumilshah1995.blogspot.com/
* Youtube : https://www.youtube.com/channel/UC_eOodxvwS_H7x2uLQa-svw?view_as=subscriber
* Facebook Page : https://www.facebook.com/soumilshah1995/
* Email : shahsoumil519@gmail.com
* projects : https://soumilshah.herokuapp.com/project


Hello! I’m Soumil Nitin Shah, a Software and Hardware Developer based in New York City. I have completed by Bachelor in Electronic Engineering and my Double master’s in Computer and Electrical Engineering. I Develop Python Based Cross Platform Desktop Application , Webpages , Software, REST API, Database and much more I have more than 2 Years of Experience in Python


## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details



