https://github.com/adityamangal1/scrap-it-python
Project
https://github.com/adityamangal1/scrap-it-python
bs4 codeforcause pandas project python3
Last synced: 4 months ago
JSON representation
Project
- Host: GitHub
- URL: https://github.com/adityamangal1/scrap-it-python
- Owner: adityamangal1
- Created: 2021-05-25T08:34:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T08:38:12.000Z (about 4 years ago)
- Last Synced: 2025-01-02T07:44:23.611Z (6 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. 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
