Website scraping

Website Simple Crawler Using Google Sheet

How could I get a thumbnail, web title, description from an URL. The answer is Google Sheet can do these works. The function named IMPORTXML will help us to import data from any of various…

81 Likes Comment

Create Instagram Crawler by using python

1. Install Python 3.7.4 or latest 2. Install Pip module Get file: https://bootstrap.pypa.io/get-pip.py Try command: python get-pip.py or py get-pip.py 3. Install instagram crawler script required modules py -3.7 -m pip install future==0.16.0 py -3.7…

75 Likes Comment