Skip to main content

A python package that fetches your public project(repos) details from github

Project description

Github Projects Fetcher (gp-fetcher)

  • This a tool to fetch your github project details so that your time for writing an API is saved.
  • Simple to use tool made in Python with bs4(Beautiful Soup)

Link to the package: pypi.org/project/gpfetcher

Documentation

Assuming python and pip installed on your system

  • Checkout resources to install python and pip if not installed

Installing the package gpfetcher

For linux and mac

pip3 install gpfetcher

For windows

pip install gpfetcher 
  • Then use the package in your python file as shown below

Usage

from gpfetcher import scraper

if __name__ == "__main__":
    username = "< github userrname here >"
    scraper.scrape(username)
  • After you get the message below, check your root where your .py file is , a json file is generated that can be used in your projects
  Done! checkout your {github-username-here}-projects.json file at the root of this project directory
You are done!

go ahead and use this json to parse in your project


Author

Gautam Chandra Saha

2021 © Gautam Chandra Saha

License

MIT

Project details


Download files

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

Source Distribution

gpfetcher-0.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

gpfetcher-0.3-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

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