Skip to content

SanfetCoder/github-scrape

Repository files navigation

Github Scrape

A simple project that aims to cover the basic of web scraping with Python using BeautifulSoup and Flask for a web server

Demo

Live Demo: https://github-scrape-jmkr.vercel.app/

Authors

Run Locally

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

FAQ

Which format of Github link is used for this project?

This is an example of Github link that is used for scraping https://github.com/SanfetCoder

About

A github profile scraper with Flask Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published