Skip to main content

Gitfetch is a simple tool to get github user details

Project description

Gitfetch

Just a (cli?) tool to get github user details

Installation

Install Gitfetch via pypi

pip install gitfetch

or

pip install git+https://github.com/Itz-fork/Gitfetch.git

Usage

  • CLI Usage 👇,

    • gitfetch [your github username]
      
    • Ex: gitfetch Itz-fork
  • Use it as a python module 👇,

    • from gitfetch_tools import GitFetch
      
      git = GitFetch("Your-Github-Username")
      print(git.fetch_user_data())
      

FAQ

Q: Can I customize it?

A: Yeah, check fetch.py and display files.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Gitfetch-1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page