A cli which lists user details, trending repositories and developers from Github.
Installation/Setup
- Run
pip install -r requirements.txt
cd
into Trending- Run
Main_code.py
with the any of the following parameters :---user <Username>
to get user details--repo <time> <language>
to get the trending repositories.--dev <time> <language>
to get the trending developers.
Requirements
- beautifulsoup4
- prettytable