Skip to main content

A program to scrape github followers

Project description

Github Scrape

This version scrapes github page for a specified user displays a report on the user

The report contains:

  • Number of followers
  • Number of users being followed
  • Nmber of people following but not following back
  • Opposite of '3.'
  • Check number of repositories
  • List repositories

Usage

To use the package, you have to import using: from akinyeleib import work

The function needed in the package is work.check()

You can as well as use alias: from akinyeleib import work as ib ib.check()

The check() which returns a dictionary object result = ib.check()

We can then perform a runtime check on the object: print(type(result))

Thank you.

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

github-scrape-0.2.9.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

github_scrape-0.2.9-py3-none-any.whl (3.7 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