gitstars

A Django app to help you manage your starred GitHub projects.


Keywords
python, github, postgresql
License
AGPL-3.0
Install
pip install gitstars==1.2.3

Documentation

Gitstars

A Django app that stores your git stars in a database, where you can filter and search, to make it easier for you to find what you starred.

screen_shot

Installation

pip install gitstars

Then in settings.py:

  • Add gitstars to INSTALLED_APPS
  • Set GH_USERNAME and GH_PASSWORD (github username and password)
  • Run python manage.py migrate
  • Run python manage.py initialize_stars

Enjoy ✨