Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adityamangal1/python-scraping
- Owner: adityamangal1
- Created: 2021-04-24T14:53:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T07:46:01.000Z (over 3 years ago)
- Last Synced: 2024-11-08T22:40:52.411Z (about 2 months ago)
- Topics: beautifulsoup, bs4, csv-parser, files, modules, os, pandas, requests, termcolor, try-except, with-open
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)