Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 643 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 643 Bytes

Github-Client

A cli which lists user details, trending repositories and developers from Github.

Installation/Setup

  1. Run pip install -r requirements.txt
  2. cd into Trending
  3. 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

Screenshot

screenshot