https://github.com/zeyu-li/pygithub_sorter
Sorting GitHub repos using Python and PyGithub
https://github.com/zeyu-li/pygithub_sorter
github github-api pygithub pygithub-sorter python
Last synced: 9 months ago
JSON representation
Sorting GitHub repos using Python and PyGithub
- Host: GitHub
- URL: https://github.com/zeyu-li/pygithub_sorter
- Owner: Zeyu-Li
- License: mit
- Created: 2020-01-04T16:14:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T17:07:56.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T22:09:21.195Z (11 months ago)
- Topics: github, github-api, pygithub, pygithub-sorter, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PyGithub Sorter
## About
This project sorts your public Github repositories to alphabetical order
Enter the access token or username and password as strings separated by a comma and your user name in the code and run to get the desired output
## How to Use
To use this program simply TODO: how it's used
For MacOS or Linux:
```shell
python3 sort.py
```
For Windows:
```powershell
python sort.py
```
## Modules
- [PyGithub](https://pypi.org/project/PyGithub/)
## Licence
The rules for copy and distributing this project licence are
outlined in the licence.txt file.
This project is under an MIT licence