Codeface: Get Org, Repo & Profile Data for Example
nelsonic opened this issue · 5 comments
nelsonic commented
As part of the example app we are assembling #51 we need to source fresh data.
I propose writing a "crawler" to index all of @dwyl's repositories and people.
The crawler should:
- start by crawling the org home page https://github.com/dwyl
- add any URLs for repos it finds to the
log
table asnext_page
- org
- members
- repo
- "starer"
- person (profile)
- repo
- "starer"
- followers
- following
- repo
- once the crawler has finished indexing a page (saving it's data to the DB),
it should select thenext_page
to be crawled from the DB and keep going ...
nelsonic commented
nelsonic commented
nelsonic commented
nelsonic commented
nelsonic commented