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.3.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.3.0.tar.gz.
File metadata
- Download URL: gfmscraper-0.3.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 |
763c467ac2329164b1ec39de2be1aed1bdfcb64dbde9196e949554cef9c53e67
|
|
| MD5 |
30e2fe4c8fb97db71675e36320c27d48
|
|
| BLAKE2b-256 |
ee5ae1666dde2610b50265ce699987fa68e546ab4b03a4bfab993910feb9be6c
|
File details
Details for the file gfmscraper-0.3.0-py3-none-any.whl.
File metadata
- Download URL: gfmscraper-0.3.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 |
3e2c37a9ed90f3e49fc4e77b1394a22b818eb19739d2d2f99699167e4c40edf2
|
|
| MD5 |
d17a88d8a51511d8058404aad6068339
|
|
| BLAKE2b-256 |
9d3517ac4307458f7d8023a65d8b37dafded5561ca40547fad5c8c1e7db968c3
|