A small library to scrap GoFundMe campaigns.
Project description
GoFundMeScrapper
A small library to scrap GoFundMe campaigns.
To install
pip insall gofundmescraper
Use as follows:
from scraper import GoFundMeScraper
urls = [
"https://gofund.me/5ac19b38",
"https://gofund.me/c53cf071",
"https://gofund.me/5ac19b38",
"https://gofund.me/474eed77",
"https://gofund.me/ceef5eae"
]
scraper = GoFundMeScraper(class_values = {
"title": "p-campaign-title",
"description": "p-campaign-description",
"progress": "progress-meter_progressMeter",
"hero_image": "campaign-hero_image",
"creation_date": "m-campaign-byline-created"
},
json_filename="campaigns.json"
)
scraper.get_many_gofundme_details(urls)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gfmscraper-0.2.0.tar.gz
(3.9 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 gfmscraper-0.2.0.tar.gz.
File metadata
- Download URL: gfmscraper-0.2.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f05af41483378659668dca996867f996eee1f804a008e6be1402ea1bbc6a4b0c
|
|
| MD5 |
02a50e74281795736c90496746c56094
|
|
| BLAKE2b-256 |
61b9685f6362e147d2c2bc0cb3e3c9301e820c2792b42999479efd2311a9cae5
|
File details
Details for the file gfmscraper-0.2.0-py3-none-any.whl.
File metadata
- Download URL: gfmscraper-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c618eab7b6664932fa1738aacb9d0d5cd5b25f1646e20a883c9d06691425349
|
|
| MD5 |
c141764fac2fd300f4922eda7619bdb5
|
|
| BLAKE2b-256 |
0deefaea907d510a23e2a60227bae88409e49911dc9525d3835c5c9d37ebfb59
|