You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project helps us to scrap out all WP Blog Posts Data in an excel sheet
It checks whether it is a valid Wordpress Website or not with the domain we provide
Saves the .xlsx file on the Desktop of Cross Platform OS
The web page is mobile friendly as well
This is a local project, and not been hosted anywhere, however, solely for learning purpose, and to understand what Web Scrapping is, in this case, Wordpress Post Scrapping is done
Prerequisites
You have python lates version installed in youtr box
You have installed all the files imported in the /web-scrapping-api/blog_data.py
/web-scrapping-api/test.py is just for testing puropse, not that important file
Getting Started
You have a little bit of understanding of Python Backend API dev, if you are looking for understanding the code
To run the project, simply go inside the folder /web-scrapping-api/ in your terminal and run python3 blog_data.py. This will run the API file on server
You need to run the home.html file on your browser, simply drag and drop the file on the Web browser, and you are good to go
Working
Insert all the data asked in the required field.
Domain name should be without https:// and should be a valid wordpress website, for example jacklyons.me
Per Page Count is nothing but, required as per the Wordpress blog post per page, you can put your desired number you want. 10 is the best value to be put for which WP also follows
Total Pages is the total number of pages in your posts, for instance if you look at the pagination, the last page number is the total number of the pages you have. So add it accordingly