Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Omie/linkedhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linkedhub

Contact discovery like LinkedIn, something to learn Go language.

Crawl through user's repositories to find other collaborators and repeat.

Freezing code at this point. Multiple reasons :

  • Its expensive. Once I start going for depth more than 3, I will exhaust my API limit before finishing, still that data won't be able to help much.
  • It makes sense if Github does it, doesn't make sense if I try to replicate their database and find contact relationships.
  • This was meant as an exercise to learn Go language, and certainly has helped me a lot
  • Time to build something new :)

How to use

  • Make sure you have Go environment set
  • Checkout code; cd linkedhub
  • export GOPATH=pwd
  • go build github.com/omie/linkedhub
  • ./linkedhub

Demo

Screenshot

linkedhub

License

MIT License

About

contact network discovery for Github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published