herp1337 / IUGT

Information User Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IUGT

Note: IUGT Created In python2.7 Author: @Herp1337 A.K.A HeroBrinePE
Information User Github
Inspired By @GithubAPI

INSTALLING

Installing In Linux
# sudo apt-get install git
# sudo apt-get install python

# git clone https://www.github.com/herp1337/IUGT
# cd IUGT
# python IUGT.py --help
......................................
Installing In Termux (Android)
# pkg install git
# pkg install python2

# git clone https://www.github.com/herp1337/IUGT
# cd IUGT
# python2 IUGT.py --help
......................................

USAGE

python2 iugt.py --info {username}
Get User Follower:
python2 iugt.py --followers {username}
Get User Following:
python2 iugt.py --following {username}
Get User Repository:
python2 iugt.py --repos {username}
Get User Starred Repos:
python2 iugt.py --starred {username}
Get User Gists:
python2 iugt.py --gists {username}
Get User Github Io Site
python2 iugt.py --site {username}
Get User Events:
python2 iugt.py --events {username}
Example Multiple Usage:
python2 iugt.py --info herp1337 --site herp1337
Paramenter: --h Or --help For Show Help

About

Information User Github

License:GNU General Public License v3.0


Languages

Language:Python 100.0%