Skip to content

TukoG/github-trending-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Today's Trending Github Repositories


The script extracts top trending repositories from GitHub and displays their links and about sections.

The script uses the Requests and Beautiful Soup libraries to scrape data from the GitHub website.

Prerequisites

To use this script, you need to have Python 3 installed on your machine, as well as the Requests and Beautiful Soup libraries. You can install these libraries using pip by running the following commands in your terminal:

pip install -r requirements.txt

Usage

To run the script, simply execute the following command in your terminal:

python main.py

The script will output a list of the top trending repositories on GitHub, along with their links and about sections (if available).