Skip to content

List your starred github repos that haven't been updated for a long time

License

Notifications You must be signed in to change notification settings

carlcarl/lazyhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazyhub

Show the inactive github repos you starred

Feature

  • Search repos according to the days of the last commit
  • Filter searched repos using the keyword

Installation

pip install -r requirements.txt

Run (In the project root directory)

python manage.py runserver

Production settings

In lazyhub folder, create a file settings_local.py, write followings:

SECRET_KEY = 'your_production_key'
DEBUG = False
TEMPLATE_DEBUG = False
ALLOWED_HOSTS = ['127.0.0.1', 'localhost']    

About

List your starred github repos that haven't been updated for a long time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published