RafaelCenzano / APCS-scraper

Sort APCS repo markdowns and aid in updating readme and removing 404 error pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APCS scraper

Python app to scrape and hide or remove links that return 404 and mark pages that can't be requested

Requirements

Use a virtualenv to create an isolated enviorment

Run the make command to install requirements

make

or with pip manually

pip3 install -r requirements.txt

Running the program

Will run and display all 404 on README urls

python3 run.py test.md

You can add hide or delete as another argument to commment out or delete 404 urls

What happens when something goes wrong

Report the failed test here!

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

This Readme was created with pystarter

pip3 install pystarter

About

Sort APCS repo markdowns and aid in updating readme and removing 404 error pages

License:MIT License


Languages

Language:Python 99.2%Language:Makefile 0.8%