Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adityamangal1/scrap-it-python

Project
https://github.com/adityamangal1/scrap-it-python

bs4 codeforcause pandas project python3

Last synced: 3 days ago
JSON representation

Project

Awesome Lists containing this project

README

        

# Python-Scraping-Project

![1_CxVccbFGtv6W2qlq0A4hxw](https://user-images.githubusercontent.com/68494604/115964366-cb779080-a541-11eb-99de-53305572a892.png)

### 1. To complete this scraping task modules which I used are-

### -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

![source](https://user-images.githubusercontent.com/68494604/94645884-950ac780-030a-11eb-9c8f-40d9740fc6ad.gif)