Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incluir rotina para a carga de todos os repositórios-dataset de um projeto #17

Open
ppKrauss opened this issue Jan 23, 2018 · 0 comments

Comments

@ppKrauss
Copy link
Contributor

No Github é oferecida a API de acesso. Por exemplo para todos em https://github.com/datasets , basta usar o nome do projeto, datasets na URL da API (https://api.github.com/users/datasets/repos), ou seja, https://api.github.com/users/datasets/repos

Fazer primeiro testes com https://github.com/datasets-br


Outros exemplos

curl -s https://api.github.com/orgs/twitter/repos?per_page=200 \
  | ruby -rubygems -e 'require "json"; JSON.load(STDIN.read).each { |repo| %x[git clone #{repo["ssh_url"]} ]}'

Ver código Python em https://stackoverflow.com/a/8713716/287948

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant