Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josiah-mbao/web-scraper


https://github.com/josiah-mbao/web-scraper

Last synced: 6 days ago
JSON representation

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