Agnik7 / Github-Repo-Scraper

A Python Project to scrape Github and display the user's public repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github-Repo-Scraper

Introduction

This is a simple web scraper application built in Python. It takes the GitHub username as input, and displays the list of the public repositories of the user.

Getting started

  1. Clone this repository
git clone https://github.com/Agnik7/Github-Repo-Scraper.git
  1. Go to the repository directory.
cd Github-Repo-Scraper
  1. Open the terminal and install requests and beautifulsoup4.
pip install requests
pip install beautifulsoup4
  1. Execute the main.py.

    python main.py
    
    

About

A Python Project to scrape Github and display the user's public repositories.


Languages

Language:Python 100.0%