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.1.0.tar.gz
(3.8 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.1.0.tar.gz.
File metadata
- Download URL: gfmscraper-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5afa7fd4b9cb842966ddfbb225f23a54448045db29c715be2167aa3ee6869346
|
|
| MD5 |
177d3d929b0806054692e57003385383
|
|
| BLAKE2b-256 |
4557a23f4586984951eac913ec3b555fa07738e5ed968e9fd8e227813a1827a7
|
File details
Details for the file gfmscraper-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gfmscraper-0.1.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 |
aafb371927f20bb0d694eba1a9bce4c0c095354e58f00a2e313affb204c4249e
|
|
| MD5 |
9dd3af653b0071334174fa9f7c533b50
|
|
| BLAKE2b-256 |
960b104f648a03e9f6acf32ade7fb254e82a919c9455434c031b7d5ae32b5bc9
|