Simple-Python-WordPress-Scraper icon indicating copy to clipboard operation
Simple-Python-WordPress-Scraper copied to clipboard

This is a simple Python script designed to scrape data from hacker news and import it into WordPress

Results 1 Simple-Python-WordPress-Scraper issues
Sort by recently updated
recently updated
newest added

When I try to connect to blog that contains spanish symbols (ñ,á,é,í,ó,ú...) the script returns this error: I used the code posted [at quickstart documentation](https://python-wordpress-xmlrpc.readthedocs.org/en/latest/overview.html) to retrieve all posts. The...