Giter VIP home page Giter VIP logo

clueless-community / scrape-up Goto Github PK

View Code? Open in Web Editor NEW
231.0 7.0 234.0 1.74 MB

A web-scraping-based python package that enables you to scrape data from various platforms like GitHub, Twitter, Instagram, or any useful website.

Home Page: https://pypi.org/project/scrape-up/

License: MIT License

Python 100.00%
package pip python webscraping beautifulsoup selenium hacktoberfest hacktoberfest2023

scrape-up's Introduction

πŸ•·οΈ Scrape Up

An alternative to APIs, Scrape Up is a Python package for web scraping. It allows you to extract data from platforms like GitHub, Twitter, Instagram, or any other website that contains valuable information. It enables you to gather data through programming.





License

License: MIT

Terms and conditions for use, reproduction, and distribution are under the MIT License.


Contribute to this project under GSSoC 2024.

image

What is GSSoC? πŸ€”

GirlScript Summer Of Code is a three-month-long Open-Source Program conducted every summer by the Girlscript Foundation. With constant efforts, participants contribute to numerous projects under the extreme guidance of skilled mentors over these months. With such exposure, students begin to contribute to real-world projects from the comfort of their homes. GirlScript Summer Of Code has witnessed active participation over the years, and the 2024 edition aims to carry the legacy with a promising impact.

Learn more about it here


Why Scrape Up? πŸ‘€

  • Flexible Scraping: Customize and define the specific data you want to extract from different platforms.
  • Easy-to-Use: Intuitive Python package interface for both beginners and experienced developers.
  • Multiple Platforms: Scrape data from various platforms, including GitHub, Twitter, Instagram, and more.
  • Efficient and Fast: Designed for efficient and reliable scraping of data from multiple sources.

How to use it? ✨

  1. Install the package using pip:
pip install scrape-up --upgrade
  1. Import the required module and instantiate an object with the necessary parameters:
# Import the required module
from scrape_up import github

# Instantiate an object with the username
user = github.Users(username="nikhil25803")
  1. Call the desired method to scrape the required information. For example, to extract the number of followers of a user:
# Call the followers method
followers_count = user.followers()

# Print the output
print(followers_count)

Output:

83
  1. Explore all the available methods provided by Scrape Up on different platforms here.

Happy scrapping! πŸ•ΈοΈ

The goal 🎯

In our project journey, we encountered several challenges, including requesting timeouts and rate limits. To overcome these limitations, we developed a powerful Python tool based on web scraping. Our goal is to provide an alternative to APIs for extracting data from various platforms, including GitHub, Twitter, Instagram, and any other website that contains valuable information. Here's what our project aims to achieve:

With our web-scraping-based Python tool, you can unlock a world of data and overcome the limitations often encountered when relying solely on APIs.

🌟 We value the time and effort you put into contributing, and we look forward to reviewing and merging your contributions. Together, let's make web scraping a powerful and accessible tool for extracting data from various platforms.

✨ Thank you for your contribution!


(Back to top)

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.