RepoPeek
RepoPeek copied to clipboard
RepoPeek is a python script to get details about a repository without cloning it.
RepoPeek - Take a Sneak Peek at Repositories
RepoPeek is a Python script to get details about a repository without cloning it. All the information are retrieved using the GitHub API.
Please Note: API requests made by this module aren't using basic authentication or OAuth. Therefore the rate limit allows for up to 60 requests per hour. Unauthenticated requests are associated with the originating IP address.
Information Provided
-
Basic information about the repository.
- Repository Name
- Default Branch
- Repository Size
- Repository License
- Repository Description
- Repository Type
-
Languages used in the repository.
-
Repository Statistics.
- Forks
- Watchers
- Open Issues
- Total Stars
-
URL's of the repository.
- GIT URL
- SSH URL
- SVN URL
- Clone URL
-
Commit details of the repository
- Last Commit Date
- Last Commit Message
Installation
To install this script so that it is accessible via Python from anywhere, copy
the script into a directory of your choice, and then add that directory to your
PYTHONPATH
Usage
python -m repopeek
Support & Contributions
- Please ⭐️ this repository if this project helped you!
- Contributions of any kind welcome!
License
RepoPeek is made with ♥ by @__sa_miya__ and it is released under the MIT license.
Contributors
Thanks goes to this wonderful person. :heart:
William Da Silva |