Skip to content

A flask-based web application to view the highest starred python repositories here on GitHub!

Notifications You must be signed in to change notification settings

Nayuken/Github-Web-Directory-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Web Directory: Python

A flask-based web application to view the highest starred python repositories here on GitHub!

contributors last update forks stars open issues


screenshot

Description

This project uses the PyGitHub library to call the GitHub API to retrieve the most starred public Python projects and store them in a database table. This table contains the repository ID, name, URL, created date, last push date, description, and number of stars. Using the data in the table, a web application displays a list of the GitHub repositories and allows the user to click through pages to view details on each one.

Requirements

Python >= 3.7
pip

Getting Started

Installing

  • Clone:
git clone https://github.com/Nayuken/Github-Web-Directory-Python

Dependencies

pip install -r requirements.txt

Executing program

  • How to run the program:
flask --app GWDP.py run
  • How to run the program in debug mode:
flask --app GWDP.py --debug run

Version History

  • 0.2
    • Small optimization changes and limit set on iterations of GitHub functional call
  • 0.1
    • Initial Release

About

A flask-based web application to view the highest starred python repositories here on GitHub!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published