A simple project that aims to cover the basic of web scraping with Python using BeautifulSoup and Flask for a web server
Live Demo: https://github-scrape-jmkr.vercel.app/
Clone the project
git clone https://github.com/SanfetCoder/github-scrape
Go to the project directory
cd github-scrape
Install dependencies
pip install -r requirements.txt
Start the server
flask --app main run
Start the server in debug mode
flask --app main run --debug
This is an example of Github link that is used for scraping https://github.com/SanfetCoder