Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.83 KB

File metadata and controls

17 lines (15 loc) · 1.83 KB

Cool Scripts and my .zshrc file

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 alt text

My .zshrc profile

Github Stalker CLI

I'll add more useful funcionality soon lol

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 alt text alt text alt text