yuliusd / PyScrappy

All-in-one Web Scrapper for Python

Home Page:https://pyscrappy.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



PyScrappy: powerful Python data scraping toolkit

forthebadge made-with-python

Python 3.6 PyPI Latest Release

Package Status License

stars forks

What is it?

PyScrappy is a Python package that provides a fast, flexible, and exhaustive way to scrape data from various different sources. Being an easy and intuitive library. It aims to be the fundamental high-level building block for scraping data in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source data scraping tool available.

Main Features

Here are just a few of the things that PyScrappy does well:

  • Easy scraping of Data available on the internet
  • Returns a DataFrame for further analysis and research purposes.
  • Automatic Data Scraping: Other than a few user input parameters the whole process of scraping the data is automatic.
  • Powerful, flexible

Where to get it

The source code is currently hosted on GitHub at: https://github.com/mldsveda/PyScrappy

Binary installers for the latest released version are available at the Python Package Index (PyPI).

pip install PyScrappy

Dependencies

License

MIT

Getting Help

For usage questions, the best place to go to is StackOverflow. Further, general questions and discussions can also take place on GitHub in this repository.

Discussion and Development

Most development discussions take place on GitHub in this repository.

Also visit the official documentation of PyScrappy for more information.

Contributing to PyScrappy

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

If you are simply looking to start working with the PyScrappy codebase, navigate to the GitHub "issues" tab and start looking through interesting issues.

End Notes

Learn More about this package on Medium.

This package is solely made for educational and research purposes.

About

All-in-one Web Scrapper for Python

https://pyscrappy.netlify.app/

License:MIT License


Languages

Language:Python 100.0%