An open API service indexing awesome lists of open source software.

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 .

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 )