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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for wordpress-theme-scraper-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 143dd827703d44cef945725f5aa151facb59958c9c77cd5f67d565194b831281 |
|
MD5 | d62d45ac42a66fb74f944d48cdd822d2 |
|
BLAKE2b-256 | bac713ada6b140491cc6b4574ea9cdfbdd68227114543d7b86f2723f0d0ec2c5 |