Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josiah-mbao/web-scraper
https://github.com/josiah-mbao/web-scraper
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/josiah-mbao/web-scraper
- Owner: josiah-mbao
- Created: 2023-12-04T07:29:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T14:04:56.000Z (about 1 year ago)
- Last Synced: 2023-12-24T08:06:27.204Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This application is designed to scrape data from files in a directory and store the data in .csv or other file.
Make sure to install the following libraries in your environment:- import os
- import requests
- from bs4 import BeautifulSoup
- from urllib.parse import urljoin
- import netCDF4 as nc