github_projects allows you to use your github repositories as entities in Drupal.
github_project uses the Remote Entity API to fetch and store your repositories as entities on your Drupal 7 site.
github_projects depends on several third-party modules:
Download the module from the contributed Drupal modules page and install on your Drupal 7 website.
Navigate to admin/config/development/github_projects
and enter your personal access token to authorize the plugin to fetch your starred repositories.
Currently we only support viewing your repositories from /github.com/
+ FULL REPO NAME such as /github.com/davidgreiner/github_projects
.
Note: They have to be starred by your profile, otherwise it will not work!
- Allow more authorization methods
- List view of all repositories
- Option to use watch and fork list
- Get entity reference to work
- Option to use stats of source or fork repo