https://github.com/haithamaouati/kuro
Fetch GitHub User Info by username
https://github.com/haithamaouati/kuro
api bash fetch github info kuro script termux termux-tool termux-tools user
Last synced: 2 months ago
JSON representation
Fetch GitHub User Info by username
- Host: GitHub
- URL: https://github.com/haithamaouati/kuro
- Owner: haithamaouati
- License: wtfpl
- Created: 2025-04-25T19:52:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-18T00:14:58.000Z (about 1 year ago)
- Last Synced: 2025-06-02T22:13:15.264Z (about 1 year ago)
- Topics: api, bash, fetch, github, info, kuro, script, termux, termux-tool, termux-tools, user
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kuro
Fetch GitHub User Info by username
```
_ __
| |/ / _ _ _ __ ___
| ' / | | | | | '__| / _ \
| . \ | |_| | | | | (_) |
|_|\_\ \__,_| |_| \___/
```
## Install
To use the Kuro script, follow these steps:
1. Clone the repository:
```
git clone https://github.com/haithamaouati/Kuro.git
```
2. Change to the Kuro directory:
```
cd Kuro
```
3. Change the file modes
```
chmod +x kuro.sh
```
5. Run the script:
```
./kuro.sh
```
## Usage
Usage: `./kuro.sh -u [-r]`
##### Options:
`-u`, `--username` Specify the GitHub username to fetch info (required)
`-r`, `--repo` Fetch all repositories
`-h`, `--help` Show this help message
## Dependencies
The script requires the following dependencies:
- [figlet](http://www.figlet.org/): `pkg install figlet - y`
- [curl](https://curl.se/): `pkg install curl - y`
- [jq](https://jqlang.org/): `pkg install jq -y`
Make sure to install these dependencies before running the script.
## Author
Made with :coffee: by **Haitham Aouati**
- GitHub: [github.com/haithamaouati](https://github.com/haithamaouati)
## License
Kuro is licensed under [WTFPL license](LICENSE)