polimaurizio / Web-scraping

Easy web scraping program in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-scraping

Install

pip install requests-html==0.9.0

User Agent

Search on Google: my user agent, and copy the result. Then create an .env file with USER_AGENT variable and paste it.

USER_AGENT=...

Run program

python3 scraping.py

About

Easy web scraping program in Python


Languages

Language:Python 100.0%