A command which gives a quick overview of a GitHub profile
See original GitHub issueDescription
This command would send an embed with details about a GitHub user’s profile, like their follower and following count, number of public repos, blog link (if any), etc. All of them will be hyperlinks leading to the user’s profile, their follower page, their following page, and so on.
Reasoning
With the Hacktoberfest starting in less than a day, everyone’s going to be working with Github more than ever during the next couple of weeks. Having a command which gives the user a quick overview of someone’s Github profile on discord itself certainly can’t hurt and is a cool little thing and perhaps even handy to have. I can certainly see this being used if, say, someone wants to quickly navigate to a user’s repositories page - they can just use the command and click on the hyperlink to go straight to the repo page.
Proposed Implementation
.gi <username>
would send an embed with several details about the user.
Would you like to implement this yourself?
- I’d like to implement this feature myself
- Anyone can implement this feature
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (11 by maintainers)
Top GitHub Comments
@Akarys42 I’ve made a pull request for this issue already
Also, I think
.gh
would be a better name, especially after the release of the GitHub CLI, which usesgh
to interact with GitHub.