https://github.com/inishchith/githubtools
a set of python scripts for parsing Github data .
https://github.com/inishchith/githubtools
git github-api githubtools python3 requests
Last synced: 9 months ago
JSON representation
a set of python scripts for parsing Github data .
- Host: GitHub
- URL: https://github.com/inishchith/githubtools
- Owner: inishchith
- License: mit
- Created: 2017-03-19T10:59:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T14:55:09.000Z (about 8 years ago)
- Last Synced: 2025-02-12T12:57:18.781Z (11 months ago)
- Topics: git, github-api, githubtools, python3, requests
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: Changes.txt
- License: LICENSE
Awesome Lists containing this project
README
GithubTools
==========================================================================================================================================================================
A Basic information parser for Github :
### Tools
| File | Description |
| :--- | :----- |
| `GithubIssues.py` | Gives Total Issues , Total PR's and much more |
| `GithubUser.py` | Gives User Information |
| `GithubRepo.py` | Gives Repositories Information |
| `GithubEmoji.py` | A List of 1500+ Emoji for markdown |
### To Add Feature
* Backup Repositories
* Enable Browsing in whole of user's Repositories
* Implementing Work-Flow
* Saving Information into files
* Raising Error
* Combining into a package
* To add GUI using Tkinter/PyQt
### Usage
```
pip install -r requirements.txt
```
### Contributing
( To Add )