All Projects → numb95 → is_wordpress

numb95 / is_wordpress

Licence: MIT license
A python package to detect if a website is based on wordpress :)

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to is wordpress

Intervention
WordPress plugin to configure wp-admin and application state using a single config file.
Stars: ✭ 481 (+2906.25%)
Mutual labels:  wordpress-api
Wordpresssharp
A C# client to to interact with the WordPress XML-RPC API
Stars: ✭ 97 (+506.25%)
Mutual labels:  wordpress-api
Flutter wordpress
Flutter WordPress API
Stars: ✭ 155 (+868.75%)
Mutual labels:  wordpress-api
Acf To Rest Api Recursive
Get ACF fields recursively
Stars: ✭ 38 (+137.5%)
Mutual labels:  wordpress-api
Headless Wp
A demo repo for Headless WordPress
Stars: ✭ 89 (+456.25%)
Mutual labels:  wordpress-api
Frontpress
⚡️ A full front-end AngularJS template for WordPress Rest API.
Stars: ✭ 109 (+581.25%)
Mutual labels:  wordpress-api
Wp Api Angular
Angular (>=2) services for WordPress WP-API(v2) or WP >= 4.7 (natively supports WP-API)
Stars: ✭ 266 (+1562.5%)
Mutual labels:  wordpress-api
Create React Wptheme
Create modern, React-enabled WordPress themes with a single command.
Stars: ✭ 252 (+1475%)
Mutual labels:  wordpress-api
Ember Wordpress
The bridge between Ember.js and Wordpress
Stars: ✭ 94 (+487.5%)
Mutual labels:  wordpress-api
Live Composer Page Builder
Free page builder plugin for WordPress http://livecomposerplugin.com
Stars: ✭ 143 (+793.75%)
Mutual labels:  wordpress-api
Ultimate Fields
The plugin for custom fields in WordPress
Stars: ✭ 39 (+143.75%)
Mutual labels:  wordpress-api
Better Rest Endpoints
A WordPress plugin that serves up slimmer WP Rest API endpoints.
Stars: ✭ 56 (+250%)
Mutual labels:  wordpress-api
Restsplain
WordPress REST API documentation generator
Stars: ✭ 126 (+687.5%)
Mutual labels:  wordpress-api
Wordprismic
Utility to import existing Wordpress blogs into the Prismic.io content platform
Stars: ✭ 25 (+56.25%)
Mutual labels:  wordpress-api
Kasia
🎩 A React Redux toolset for the WordPress API
Stars: ✭ 219 (+1268.75%)
Mutual labels:  wordpress-api
Tony
An Elegant WordPress Theme Based on ✌️Vue.js | 基于 Vue.js 的简洁一般强大的 WordPress 单栏博客主题
Stars: ✭ 462 (+2787.5%)
Mutual labels:  wordpress-api
Nextjs Wordpress Starter
WebDevStudios Next.js WordPress Starter
Stars: ✭ 104 (+550%)
Mutual labels:  wordpress-api
koolsla
Food recommendation tool with Machine learning.
Stars: ✭ 21 (+31.25%)
Mutual labels:  pypi-packages
Woocommerce.net
A .NET Wrapper for WooCommerce/WordPress REST API
Stars: ✭ 247 (+1443.75%)
Mutual labels:  wordpress-api
Google Docs Add On
Publish to WordPress from Google Docs
Stars: ✭ 140 (+775%)
Mutual labels:  wordpress-api

is_wordpress

A simple (or useless) Program to check if a website is based on wordpress or not and if it's on wordpress which version does it use.

Installing

pip install is-wordpress

Usage

usage: main.py [-h] url

Check if selected website is based on wordpress or not.It also show the
wordpress version.

positional arguments:
  url         URL to check the website.

optional arguments:
  -h, --help  show this help message and exit

Docker usage

Build docker image

$ docker build -t is_wordpress .

Now you can simply invoke is_wordpress by:

$ docker run --rm is_wordpress goodarzi.net

Or simply run it by docker hub

$ docker run theyahya/is_wordpress goodarzi.net

Example

$ is_wordpress goodarzi.net
WordPress 4.9.8

Contribution

Feel free to fork and fix problems. PRs are welcome. ❤️

Issues

Use Issues section to report any problem.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].