Skip to content

wookay/GithubTools.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GithubTools.jl

Build Status

https://developer.github.com/v4/

using GithubTools.APIv4

token = get(ENV, "GITHUB_TOKEN", "")
owner = "JuliaLang"
name = "julia"
repo = APIv4.get_repo_stargazers(token, owner, name)
println(now(), " ", "$owner/$name", " ", repo.data.repository.stargazers.totalCount)

About

Julia package for the Github GraphQL API v4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages