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

Feature Request --> owner.repository - add stargazers to data downloaded per repository #62

Open
BradleyA opened this issue Feb 1, 2021 · 1 comment

Comments

@BradleyA
Copy link
Owner

BradleyA commented Feb 1, 2021

Tell us about your feature request:
A clear and concise description of what you want to happen or the change you would like to see. Use a use case to describe how a person would actually use your request to accomplish a goal. Thank you.

-> download github users that starred repository with
curl -ni https://api.github.com/repos/BradleyA/Linux-admin/stargazers

Describe how your feature request could work:
Steps to demonstrate your feature request.

  1. add line to owner.repository

How are you currently working without your feature request?
A description of any alternative solutions or features you've considered or are using today.

-> Don't have information

Version:

  • OS ( lsb_release -a ; Ubuntu 14.04 Ubuntu 16.04 Ubuntu 20.04 )

    -> Ubuntu 16.04
    
  • Command: ( check-markit 4.1.4.803 2020-08-29T22:25:47.061044-05:00 (CDT) https://github.com/BradleyA/markit.git master uadmin )

    -> github-repository-traffic/owner.repository  3.1.1.628  2020-02-16T21:26:27.092163-06:00 (CST)  https://github.com/BradleyA/Linux-admin.git  master  uadmin
    
@BradleyA
Copy link
Owner Author

BradleyA commented Feb 2, 2021

Think about including users that forked repository

curl -ni https://api.github.com/repos/BradleyA/Linux-admin/forks | grep full_name

or for domain name search

curl -ni  https://api.github.com/repos/BradleyA/Linux-admin/traffic/popular/referrers

or for contributors

curl -ni  https://api.github.com/repos/BradleyA/Linux-admin/contributors

or for followers

curl -ni  https://api.github.com/users/BradleyA/followers

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

No branches or pull requests

1 participant