/ClientScraper

client scraper in python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ClientScraper

client scraper in python

Requirements

python 2.7+

requests

Example:

from ClientScraper import cfscraper
r = cfscraper.get('https://olhardigital.com.br')
print(r.text)