Giter Club home page Giter Club logo

gitscrape's Introduction

gitscrape

About

This CLI application gets the profile details of any github user, just by entering their username. A tool for everyone to use on the go, saving you some precious time.

Built using Python's web scraping BeautifulSoup module, it basically shows you the entire profile overview of the user.
What all it fetches:

  • Full name
  • Bio
  • Location
  • Email
  • Number of:
    • Repositories
    • Stars
    • Followers
    • Following
  • Pinned/Popular repositories
  • Avatar (optional)

Setup

Make sure you have python3 installed on your system. If not, download python3 from here.

  1. Clone this repository by git clone https://github.com/akshgpt7/gitscrape.
  2. Change directory by cd gitscrape.
  3. Install the dependencies by pip install -r requirements.txt.
  4. You're good to go! (See usage)

Usage

  1. Change working directory by cd gitscrape/src.
  2. To see all features and help, run python3 gitscrape.py -h.
  3. To get a user's details, python3 gitscrape.py <username>.
positional arguments:
  username      Username of the user to fetch details.

optional arguments:
  -h, --help    show this help message and exit
  -a, --avatar  Display avatar of user.

Gallery

output screenshot

Contributing

Any new features, improvements, additions, suggestions or issues are welcome!
Make sure you comply with PEP-8 guidelines for any contribution.

gitscrape's People

Contributors

akshgpt7 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

gitscrape's Issues

Add save to csv feature

If the user enters an -s flag, the fetched data should be saved in a csv file.
The file's path should also be passed along with the argument, if not passed, create a default path for the file.

Fetch latest contribution

It'll be nice if we display the latest contribution of the user by date, which will let one know if the user is active.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.