python-github-backup
python-github-backup copied to clipboard
--starred-gists will never work for the specified user
With #87 and #92 I realized that there is no API to get the starred gists of another user. This means the --starred-gists
will never work for the specified user, only the logged in user.
I'm curious what you think the solution here should be. I'm thinking:
- Document this, maybe print a warning if you use
--starred-gists
- Remove the feature
Probably renaming the feature would be smart, to indicate what it does better.