GitHunter collect data from Github/Gitlab and analyse the best repositories to be contributing, also monitore the user's open source activities.
Clone the repository with command:
git clone https://github.com/labbsr0x/githunter-overview.git && cd githunter-overview
Execute the following command for sync all repositories:
./updateRepos.sh
If you have a permission error, run the following command for all bash scripts:
chmod 755 updateRepos.sh && chmod 755 runDocker.sh && chmod 755 stopDocker.sh
Execute the following command to up the docker-compose:
./runDocker.sh
If you need stop docker-compose, execute this command
./stopDocker.sh
- GitHunter Data Feed
An API to collect data from Github or Gitlab
https://github.com/labbsr0x/githunter-data-feed - GitHunter Data Provider
A CRUD API to maintain static data
https://github.com/labbsr0x/githunter-data-provider - GitHunter Bind Starws
An API that bind GitHunter with StarWS Service
https://github.com/labbsr0x/githunter-bind-starws - GitHunter Scraper
Read data from GitHunter API and save it using GitHunter Data Provider and Bind StarWS
https://github.com/labbsr0x/githunter-scraper - GitHunter Analyser
Analyser repositories data collected by GitHunter and save the result in Bind StarWS
https://github.com/labbsr0x/githunter-analyser - GitHunter Web
A Webpage to show the Best Repositories to contribute.
https://github.com/labbsr0x/githunter-web - GitHunter Web API
An API to provide data to GitHunter Web
https://github.com/labbsr0x/githunter-web-api - GitHunter Score API
Analyser users data collected by GitHunter
https://github.com/labbsr0x/githunter-score-api - Githunter API A Customer interface with GitHunter Project. https://github.com/labbsr0x/githunter-api