Skip to main content

A python library to scrape theme data on wordpress automatically.

Project description

Wordpress-Theme-Scraper is a python library to get theme information on wordpress automatically using browser automation. It currently runs only on windows.

Example

In this example we first import library, then we will fetch the theme info.

from wordpress_theme_scraper import *
theme_url="https://wordpress.org/themes/twentytwentyone/"
response=wordpress.get_theme_info(theme_link=theme_url)
data=response['body']

BotStudio

bot_studio is needed for browser automation. As soon as this library is imported in code, automated browser will open up in which theme link will be opened.

Installation

pip install wordpress-theme-scraper

Import

from wordpress_theme_scraper import *

Get theme info

response=wordpress.get_theme_info(theme_link='theme link')
data=response['body']

Send Feedback to Developers

bot_studio.send_feedback(feedback="Need help with this ......")

Contact Us

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wordpress-theme-scraper-1.0.0.tar.gz (2.0 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page