A simple web scraper
Project description
Arı WebScraper
This is simple web scraping library that can be used to scrape data from websites. It is built using Python and BeautifulSoup.
Installation
Standard:
pip install ariwebscraper
Jupyter Notebook:
!pip install ariwebscraper
Usage
from webscraper import Scraper
scraper = Scraper()
url = "https://www.example.com"
html = scraper.fetch(url)
if html:
data = scraper.extract(html, "h1")
print("Extracted: ", data)
License
MIT License
Copyright (c) 2025
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ariwebscraper-1.0.0.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ariwebscraper-1.0.0.tar.gz.
File metadata
- Download URL: ariwebscraper-1.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08aeb84c0c3bf9d13a0a0f0d90336f8aa7c9b6faf1a78d87c8b5e4805c5aef98
|
|
| MD5 |
96ffcf5a8149619f1a36e479c0cab086
|
|
| BLAKE2b-256 |
117686f5b9278513bc612853f45b73ad2ed4f236bb74bb7c802171dac638955d
|
File details
Details for the file ariwebscraper-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ariwebscraper-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
626ad93345659faa0e2c040b49932ceea898953204368e8e9d9880be34bc2bb8
|
|
| MD5 |
5ccc8ece443b3718798f396156ce303a
|
|
| BLAKE2b-256 |
def98042fa2d6ad94f543e62bd7aff8b63d8dda96a22eeb27ccc2ac6ad3259cb
|