Skip to main content

A web-scraping-based python package that enables you to scrape data from various platforms.

Project description

How to use this package? 👀

  • Install the package from pip
pip install scrape-up
  • Scrape the required information, for example one want to extract number of followers of a user.
# Import the required module
from scrape_up import github

# Instantiate an object with username provided.
user = github.User(username="nikhil25803")

# Cal the followers function
print(user.followers())

# Output - '59'

The platforms and methods we cover 💫

GitHub

from scrape_up import github

Scrape User details

First create an object of class User

user = github.Users(username="nikhil25803")
Methods Details
.followers() Returns the number of followers of a user.
.get_avatar() Returns the avatar url of a user.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

scrape_up-0.1.0-py3-none-any.whl (3.4 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