All Projects → sameera-madushan → Repopeek

sameera-madushan / Repopeek

Licence: mit
RepoPeek is a python script to get details about a repository without cloning it.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Repopeek

Github3.py
Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 3.6+.
Stars: ✭ 1,029 (+1110.59%)
Mutual labels:  github-api
Octonode
github api v3 in nodejs
Stars: ✭ 1,126 (+1224.71%)
Mutual labels:  github-api
Projmgr
R-based project management tools
Stars: ✭ 78 (-8.24%)
Mutual labels:  github-api
Githunt React
[DEPRECATED] 🔃 An example app frontend built with Apollo Client and React
Stars: ✭ 1,036 (+1118.82%)
Mutual labels:  github-api
Trop
automate the backporting process
Stars: ✭ 59 (-30.59%)
Mutual labels:  github-api
Github Star Stats
awesome GitHub repo star statistics generator
Stars: ✭ 69 (-18.82%)
Mutual labels:  github-api
Daily Hero
The bot that sends daily closed issues digest to our team
Stars: ✭ 38 (-55.29%)
Mutual labels:  github-api
Gitmad
Monitor, Alert, and Discover sensitive info and data leakage on Github.
Stars: ✭ 81 (-4.71%)
Mutual labels:  github-api
Auto Reply
➿ Handle GitHub webhooks and manage issues on your repositories. Currently runs @jekyllbot.
Stars: ✭ 62 (-27.06%)
Mutual labels:  github-api
Gitmessenger
GitMessenger is github chat app built with socket.io , firebase, nodejs and bootstrap where developers can share code,images and much more 😊
Stars: ✭ 78 (-8.24%)
Mutual labels:  github-api
Github
Ruby interface to GitHub API
Stars: ✭ 1,081 (+1171.76%)
Mutual labels:  github-api
Automated Github Organization Invites
Quickly host a webpage allowing people to click and receive an invite to your Github Organization
Stars: ✭ 55 (-35.29%)
Mutual labels:  github-api
Github Rank
🕷️Github 中国和全球用户排名,全球仓库 Star 最多排名(自动日更)。
Stars: ✭ 1,201 (+1312.94%)
Mutual labels:  github-api
Gravekeeper
Informs users that a repo is not maintained anymore.
Stars: ✭ 46 (-45.88%)
Mutual labels:  github-api
Labeler
Manage labels on GitHub as code
Stars: ✭ 78 (-8.24%)
Mutual labels:  github-api
Gitwar
🚀 Gitwar - Compete with Github
Stars: ✭ 44 (-48.24%)
Mutual labels:  github-api
Changelog Ci
Changelog CI is a GitHub Action that generates changelog, Then the changelog is committed and/or commented to the release Pull request.
Stars: ✭ 68 (-20%)
Mutual labels:  github-api
Keynuker
🔐💥 KeyNuker - nuke AWS keys accidentally leaked to Github
Stars: ✭ 82 (-3.53%)
Mutual labels:  github-api
Mini Github
GitHub WeChat Mini Program
Stars: ✭ 1,216 (+1330.59%)
Mutual labels:  github-api
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (-9.41%)
Mutual labels:  github-api

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.

iaa1

Information Provided

  1. Basic information about the repository.

    • Repository Name
    • Default Branch
    • Repository Size
    • Repository License
    • Repository Description
    • Repository Type
  2. Languages used in the repository.

  3. Repository Statistics.

    • Forks
    • Watchers
    • Open Issues
    • Total Stars
  4. URL's of the repository.

    • GIT URL
    • SSH URL
    • SVN URL
    • Clone URL
  5. 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!

Buy Me A Coffee

License

RepoPeek is made with ♥ by @__sa_miya__ and it is released under the MIT license.

Contributors

Thanks goes to this wonderful person. ❤️


William Da Silva
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].