Equalify Hub
Sign Up for Equalify
EqualifyEverything
/
scan
Code
/
Commits
/ 0d0b59c
Bug hunting (#11)
* Create Crawler * Working Crawl * Update README.md * Working Crawler * Added Settings * Added Domain Cycling To-Do: Add error handling and cycle to next domain * Settings and logs * AllyCrawl V3.0 Strengthened crawler and enabled better error handling added logging Debugged To-Do: get rid of num_pages_crawled and use scrapy engine * Crawler V3 :+1: Good bot :dog: So many good things. :tada: * Creating web_axe Storing axe checks in database * Oh the power this brings! * Data Functionality * Utilities * Logos * Scan app updates * Tech Check Importer & Checker * Working Scanner & Techer * Tech Scanner * updates * cracks
Bentley Hensel
committed on Apr 11, 2023, 06:35 PM
Showing
24
changed files
+1637 additions
-52 deletions
M
.gitignore
+4
-1
M
README.md
-2
A
mods/p_axe.py
+18
A
refs/caequalify.txt
+15
A
refs/logo.sh
+28
A
scans/axe.json
+13
M
scans/axe.py
+3
-3
M
scans/crawl.py
+128
-46
A
scans/pyaxe.py
+160
A
scans/web_axe.py
+229
A
src/__init__.py
A
src/data/__init__.py
A
src/data/access.py
+72
A
src/data/insert.py
+303
A
src/data/select.py
+97
A
src/data/update.py
+96
A
src/intake.py
+98
A
src/processed_data.json
+6
A
src/scan_axe.py
+103
A
src/tech.py
+59
A
src/utils/__init__.py
A
src/utils/axe_scan_crack.py
+76
A
src/utils/process.py
+101
A
src/utils/watch.py
+28
Browse files at this commit →