Skip to content

Releases: Clueless-Community/scrape-up

v1.1.7

13 Oct 17:11
807f437
Compare
Choose a tag to compare

Scrape Up New Release⚡

  • Release v1.1.7
  • Installation
pip install  scrape-up

Updated imports(s) list

from scrape_up import (
    github,
    github_education,
    codechef,
    hackernews,
    hackerearth,
    hackerrank,
    hashnode,
    icc,
    academia,
    askubuntu,
    bbcnews,
    coinmarketcap,
    covidinfo,
    cricbuzz,
    dribbble,
    eazydiner,
    espn,
    flipkart,
    flyrobu,
    healthgrades,
    imdb
)

You can access the updated documentation at PyPi | GitHub

New Contributors

Full Changelog: v1.1.5...v1.1.7

v1.1.5

25 Aug 18:43
Compare
Choose a tag to compare

New release

Version - v1.1.5

Updates

  • Added new modules
    • GitHub Education
    • CodeChef
    • HackerEarth
    • HackerRank
    • HackerNews

PyPi Link - https://pypi.org/project/scrape-up/
GitHub Link - https://github.com/Clueless-Community/scrape-up

v1.0.0

24 Feb 16:10
Compare
Choose a tag to compare

v1.0.0 release of the project scrape-up

New Release

  • Covered the platform GitHub
  • A user is now able to scrape data of
    • a User
    • a Repository
    • an Issue
    • a PullRequest
    • an Organization

Check out the documentation and installation here

v0.1.1

11 Feb 12:15
1483ebd
Compare
Choose a tag to compare

The initial release of the package scrape-up. This project is an API alternative to fetch data from various platforms leveraging the power of web scraping.