mirror of
https://ghproxy.net/https://github.com/kawsarlog/wordpress-website-detector.git
synced 2025-11-25 18:31:09 +08:00
46 lines
1.8 KiB
Markdown
46 lines
1.8 KiB
Markdown
|
|
# wordpress-website-detector
|
|
|
|
🐍🕵️♂️ This Python script can easily determine if a website is powered by WordPress.s.
|
|
|
|
 [](https://pypi.org/project/requests/)
|
|
|
|
## Prerequisites
|
|
- requests 2.31.0
|
|
|
|
## Python Installation
|
|
Before running the Funda Scraper, ensure that you have Python installed on your system. To check the Python version, open a terminal (or command prompt) and enter the following command:
|
|
|
|
```bash
|
|
python --version
|
|
```
|
|
|
|
If Python is not installed, you can download it from the official Python website: [Python Downloads](https://www.python.org/downloads/release/python-397/)
|
|
|
|
Make sure to add Python to your system's PATH variable during the installation. Here's a helpful image to guide you:
|
|
|
|

|
|
|
|
|
|
## Run Scrapers
|
|
You can run the scrapers as follows:
|
|
|
|
```bash
|
|
wordPress_site_detector.py
|
|
```
|
|
|
|
|
|
## 🔗 Tutorial
|
|
Check out the [Tutorial](https://www.youtube.com/watch?v=cftPEi8A32g) for more details... [](https://www.youtube.com/watch?v=cftPEi8A32g)
|
|
|
|
**[Video URL](https://www.youtube.com/watch?v=cftPEi8A32g)**
|
|
|
|
## Contact
|
|
For any questions or feedback, feel free to reach out:
|
|
|
|
- Email: kawsar@kawsarlog.com
|
|
- Website: kawsarlog.com
|
|
|
|
---
|
|
|
|
**Note:** This script should be used responsibly and in compliance with Website's Terms of Service. The script is for educational purposes only.
|