Random reusable python code A place to store my common reusable python code snippets
Goes through a given web page, or multiple pages and prints out desired text from page.
Parameters: URL, Pagination Style ("?page=", "?p=", etc), Element (a, h1, p, etc), and the Elements Class
Fixes 14 warnings and errors provided by your TypeScript linter, such as
- == should be ===
- comments should start with a space
- use let instead of var
- misplaced else
- etc
To use, you will need to replace the directory listed with the Parent Directory of your project. This will go through ALL directories and sub directories in your project.