Skip to content

Switch to using API in addition to Scraper Approach #6

@Scriptminer

Description

@Scriptminer

Redesign a hierarchical structure for fetching Bible translations, which first attempts to use an online Bible API, and then, only if the content is unavailable, reverting to using the current Bible.com scraper (since YouVersion doesn't publish an API). Even though the scraper, when used correctly, is not in breach of copyright (and provides access to more translations than any API I could find), it is much cleaner to use an API. Essentially, a Fetcher class will need defined with subclasses for each API source (and one for the scraper).

Potential APIs to include:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions