A list of bash and python scripts which I make as and when I need it as a way to learn bash scripting and solutions of the practice exercises and examples in the book Advanced bash scripting guide
Takes the username as input and lists the name,location,repositories and details and list of followers and following and clones the desired repository into the present working folder.Also downloads the photo of the user and his followers to downloads folder and stores the emails and locations of all of them in a separate text file.Wget is used for this.
Committing and pushing is made easier.
Python 2.7 and above.
Packages required : requests
pip install requests or conda install requests


