Skip to content

timlyo/ScoutBadges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Scout Badges

Project to create an automatically updating list of all scout badges from [members.scouts.org.uk](members.scouts.org .uk) in an open format (json)

Feel free to open an issue or create a pull request if this information is out of date, the script is broken, or you want more information from the site.

format

{
    section:{
        type[
            [badgeName, imageUrl],
            [badgeName, imageUrl]
        ]
    }
}

Where

  • section = "cubs|scouts|beavers|explorers|network"
  • type = "core_badges|activity_badges|staged_badges|challenge_badges|awards"

pages that are parsed

  • Cubs
    • Core Badges
    • Challenge Awards
    • Activity Badges
    • Staged Activity Badges
  • Beavers
    • Core Badges
    • Challenge Badges
    • Activity Badges
    • Staged Activity Badges
  • Scouts
    • Core Badges
    • Challenge Awards
    • Activity Badges
    • Staged Activity Badges
  • Explorers
    • Core badges
    • Awards
    • Activity Badges
    • Staged Activity Badges

Dependencies

  • Python3.5
    • Beatifulsoup4
    • certifi
    • lxml

About

Automatically updated list of Scout badges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages