FazelHaghighi / delino-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

download these

pip install selenium
pip install webdriver-manager
pip install BeautifulSoup4

how to use

from crawler import CrawlerTool
CrawlerTool('firefox', file_path)

or (not recommended)

from crawler import CrawlerTool
CrawlerTool('chrome', file_path)

file_path is the path of the file you want to save the data

About


Languages

Language:Jupyter Notebook 76.6%Language:Python 23.4%