Skip to main content

A MuseScore PDF scraper.

Project description

MuseScore Scraper

A MuseScore PDF scraper that serves as both a CLI and Python module. For non-subscription paying users.

Set-up

Run pip install -r requirements.txt in your terminal

Usage

If as CLI

Execute musescraper <url>

If as Python module

import musescore_scraper
musescore_scraper.to_pdf( <url> )

Custom Output Destination

If as CLI

Execute musescraper <url> -o <output destination>

If as Python module

import musescore_scraper
musescore_scraper.to_pdf( <url>, output= <output destination> )

Debugging

If as CLI

Execute musescraper <url> -d [<log file destination>]

Note that if a log file destination isn't provided, logs will be sent to stderr stream.

If as Python module

import musescore_scraper
musescore_scraper.to_pdf( <url>, debug_log= <log file destination> )

Note that if a empty string is provided instead, logs will be sent to stderr stream.

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

musescore_scraper-1.1.0.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

musescore_scraper-1.1.0-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page