Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adityamangal1/python-scraping

Python Scraping
https://github.com/adityamangal1/python-scraping

beautifulsoup bs4 csv-parser files modules os pandas requests termcolor try-except with-open

Last synced: 3 days ago
JSON representation

Python Scraping

Awesome Lists containing this project

README

        

# Python-Scraping

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

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

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

![68747470733a2f2f692e696d6775722e636f6d2f646b31494737322e676966](https://user-images.githubusercontent.com/68494604/116209755-d90a6180-a75f-11eb-92ef-650bd533e0da.gif)