thefron / SNA_Proj

2 stars 2 forks source link

Get public member of organizations. #10

Closed sgkim126 closed 8 years ago

sgkim126 commented 8 years ago

각 라인이

{org id} {org name}

인 파일을 받아서

{org id} {org name}[ {user id}]*

인 파일을 출력함.

sgkim126 commented 8 years ago
sgkim126 commented 8 years ago

코드 수정해야 함. https://developer.github.com/guides/best-practices-for-integrators/#dealing-with-rate-limits 을 보니

Make requests for a single user or client ID serially

라고 한다. parallel하게 돌리고 싶으면, 키를 여러개 받아서 키 갯수대로 패러렐하게 돌려야 할듯.