Metadata-Version: 2.1
Name: scrapper-cf
Version: 1.0.6
Summary: This library is aimed at speeding up making of scrappers. The 'utils.py' file contains useful functions which allows users to raise alerts, get random user agents and hit URLs at random. This also reduces chances of getting blocked by the server 
Home-page: https://www.codefree.io/
Author: Codefree.io
Author-email: wilson@codefree.io
License: MIT
Description: This library contains many useful function which will speed up the making of scrappers. The library focusses on efforts to ensure that the scrappers don't get blocked by the servers. It has functions which:
        - Returns a random user agent out of 10,000 user agents. The user agents are stored in a csv file inside the package.
        - Randomly hit various URLs provided by the users
        - Raise Alert in the form of e-mail and/or beeps 
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >3.5
Description-Content-Type: text/markdown
