Create an automatic auto readme for Holberton Students so you can create a repository with your username and put the README.md generated by makefile.py. This readme is generated by using your Holberton intranet API to access to your user information.
Need python3 and module requests
sudo apt install python3 python3-pip -y
pip3 install requests
Clone the repository
git clone https://github.com/Nicolasopf/auto_personal_readme
Run makefile.py
python3 makefile.py
You need at minimum and maximum 3 arguments.
- First argument: Holberton API key
- Second argument: Holberton Email
- Third argument: Holberton Password
python3 makefile.py [API] [Email] [Password]
Daniel Amado - danielfep.am@gmail.com
Diego Ahumada - 2349@holbertonschool.com
Nicolás Urrea - nico15935746@gmail.com