Python-Scraping 1. I used some below mentioned modules -BeautifulSoup from bs4 (For Parsing the data) -requests (For fetching the data from URL) -pandas (For saving data to csv file) -termcolor (Optional) 2. To install BeautifulSoup from command line type -pip install bs4 3. To install requests from command line type -pip install requests