Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T17:07:56.000Z (about 5 years ago)
- Last Synced: 2024-11-22T09:23:17.521Z (3 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