wordpress-website-detector/README.md

47 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2022-05-17 04:34:41 +06:00
2022-05-17 04:33:39 +06:00
# wordpress-website-detector
2022-05-17 04:34:41 +06:00
2023-08-06 00:34:09 +06:00
🐍🕵️‍♂️ This Python script can easily determine if a website is powered by WordPress.s.
2023-08-06 00:10:31 +06:00
![Python](https://img.shields.io/pypi/pyversions/requests?style=flat-square) [![Requests Version](https://img.shields.io/badge/requests-2.31.0-brightgreen)](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:
![Add Python to PATH](https://camo.githubusercontent.com/96c8ee1f0cc3bbb4145befc07d39dfc629404b8f3dc692298b6419e20714fa33/68747470733a2f2f696d673030312e70726e747363722e636f6d2f66696c652f696d673030312f544e2d6d62647a79547871767130546a6f7a683959512e6a706567)
2022-05-17 04:34:41 +06:00
## Run Scrapers
You can run the scrapers as follows:
```bash
2022-05-17 04:36:44 +06:00
wordPress_site_detector.py
2022-05-17 04:34:41 +06:00
```
## 🔗 Tutorial
Check out the [Tutorial](https://www.youtube.com/watch?v=cftPEi8A32g) for more details... [![Tutorial](https://img.shields.io/badge/YouTube-FF0000??style=flat&logo=appveyor&logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=cftPEi8A32g)
**[Video URL](https://www.youtube.com/watch?v=cftPEi8A32g)**
2023-08-06 00:10:31 +06:00
## 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.