https://github.com/vishalshenoy2002/github-tool
A Github Tool which helps people extract repositories and see issues in github
https://github.com/vishalshenoy2002/github-tool
beauti beautifulsoup beautifulsoup4 bs4 github github-automation github-issues issues python python-3 python3 repository request-module requests web-scraping
Last synced: 11 months ago
JSON representation
A Github Tool which helps people extract repositories and see issues in github
- Host: GitHub
- URL: https://github.com/vishalshenoy2002/github-tool
- Owner: VishalShenoy2002
- License: gpl-3.0
- Created: 2022-01-12T14:32:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T05:30:11.000Z (about 4 years ago)
- Last Synced: 2025-01-13T20:47:33.695Z (about 1 year ago)
- Topics: beauti, beautifulsoup, beautifulsoup4, bs4, github, github-automation, github-issues, issues, python, python-3, python3, repository, request-module, requests, web-scraping
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github-Tool
Github Tool is a tool which will help non-github friendly users to clone or get a particular Repository from Github.
* The Program asks you for the Github Username. If the Username is valid then it will list the first 30 Repositories of the user.
* After that it asks you to select a repository. After selecting the repository it will display 3 Options
1. Repositories Operations
2. See Issues
3. Select Different Repository
#### Choosing Repository Operations
If you choose the first option that is Repository Operations it will give you 3 option which are as follows:
1. Download the Repository
2. Download and Extract the Repository
3. Display License
**Download the Repository** will download a zip file of the repository in the current working directly.
**Download and Extract the Repository** will download a zip file of the repository and extract it in the current working directly.
**Display License** will display the License of the Repository if the License is present in the repository. If the file is not there on your local device it'll ask you if you want to extract it first.
After extraction if the Repository has a License it will display it.
#### Choosing See Issues
If you choose the second option that is See Issues it will list the issues of the repository if any issues are present and it will ask you to select the issue number. Once you choose the issue number it will open the issue on the web browser so you can read about it in detail.
#### Choosing Select Different Repository
If you choose the third option that is Select Different Repository will allow you to select a different repository that the user owns.