/trending_topics_github

Get Trending topics on Github programatically

Primary LanguagePython

README for Trending Topics on GitHub Repository

This Python script extracts the 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 requests
pip install beautifulsoup4
	

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).

License

This code is licensed under the MIT License. See the LICENSE file for more information.