Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adityamangal1/scrap-it-python
- Owner: adityamangal1
- Created: 2021-05-25T08:34:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T08:38:12.000Z (over 3 years ago)
- Last Synced: 2024-11-08T22:40:52.285Z (about 2 months ago)
- Topics: bs4, codeforcause, pandas, project, python3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)