A small library to scrap GoFundMe campaigns.
Project description
GoFundMeScrapper
A small library to scrap GoFundMe campaigns.
To install
pip insall gfmscraper
Use as follows:
from gfmscraper 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.3.1.tar.gz
(3.9 kB
view details)
File details
Details for the file gfmscraper-0.3.1.tar.gz.
File metadata
- Download URL: gfmscraper-0.3.1.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 |
f95292208a5443c6016f305bdaf66fcf13f055bbbce5540d805792040fe2a131
|
|
| MD5 |
587361b7f712d2f5ccdfb5a98abc1d5c
|
|
| BLAKE2b-256 |
ff198980b3f2cdbb744c3ae22b45ed902b698a48d9e970de1745a480c5580300
|