Metadata-Version: 2.1
Name: automateWordPressPost
Version: 0.1
Summary: Automate WordPress Block Editor. Add post using docx file or html file.
Home-page: https://github.com/UmerMuxhal/automate-wordpress-post
Author: Umer Mughal
Author-email: umermuxhal@gmail.com
License: UNKNOWN
Download-URL: https://github.com/UmerMuxhal/automate-wordpress-post/archive/v_0.1.tar.gz
Description: # AutomateWordPressPost
        
        AutomateWordPressPost is a Python package for automating WordPress posts.
        Automate WordPress Block Editor. Blocks that can be used are: Heading, Paragraph, Image, List and Custom HTML.
        Each block can be customized.
        Add post using docx file or html file.
        
        
        **Note:** Tested on WordPress version 5.4
        
        ## [Documentation](https://github.com/UmerMuxhal/automate-wordpress-post/wiki)
        
        ## Prerequisites
        Required python modules ad libraries are: 
        
        beautifulsoup4==4.9.0
        
        bs4==0.0.1
        
        cobble==0.1.3
        
        mammoth==1.4.10
        
        pyperclip==1.8.0
        
        random-user-agent==1.0.1
        
        selenium==3.141.0
        
        soupsieve==2.0
        
        urllib3==1.25.9
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
Keywords: automate,wordpres,post
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
