is_wordpress
is_wordpress copied to clipboard
A python package to detect if a website is based on wordpress :)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.11.29 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
use [this](https://github.com/oz123/man-utils) and [this](https://stackoverflow.com/questions/20003329/install-python-package-man-pages-with-pip) and [this](https://www.debian.org/doc/debian-policy/#manual-pages) and [this](https://raw.githubusercontent.com/pwman3/pwman3/d718a01fa8038893e42416b59cdfcda3935fe878/build_manpage.py) and [this](https://stackoverflow.com/questions/15292028/python-command-line-program-generate-man-page-from-existing-documentation-and-i) lots of this :laughing:
Methods: - looking for wordpress in ```License.txt``` and ```readme.html``` in case of existance. - looking for ```*/wp-content/*``` in the source code for static files which means it's WordPress - looking...