
Scrapa11y
Scrapa11y is a tool to generate WCAG accessibility reports I built using a combination of shell scripting, node, and python open source libraries.
We all have a need to ensure that websites meet WCAG AA compliance, but not every client understands, or is willing to pay for monitoring tools, such as Siteimprove.
Enter scrapa11y!
This tool essentially runs a web spider across your site of choosing, and makes a wcag report for each page pulled in the spider, and exports to a csv. WIP (work in progress) includes automating uploads to google sheets, and notifications to all stakeholders as to status - e.g. updating JIRA/Basecamp tickets. I have chosen to keep it opensourced as I think it is ridiculously important to keep content accessible to all. I’ve tried to keep as minimal as possible so you can add it to you tests before you deploy! Have fun, clone it, add to it, do whatever you like! Thanks