A cli which lists user details, trending repositories and developers from Github.
Installation/Setup
- Run
pip install -r requirements.txt cdinto Trending- Run
Main_code.pywith 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