A screaper for Medium.com -posts
This script searches on Medium.com for a supplied Topic and returns the results as Json.
Recommendet Python-Version
3.5+
The only external dependancy is
BeautifulSoap
Install the required external dependancies with
$ pip3 install -r requirements.txtAlso, a chmod +x mediumScraper.py can be needed to make the script executable, otherwise You have to call it with python3 (see Usage Examples)
Getting help:
$ (python3) mediumScraper.py -hGet posts for python:
$ (python3) mediumScraper.py pythonGet maximum 100 posts for software development:
$ (python3) mediumScraper.py "software development" -c 100Pretty-Print the json output:
$ (python3) mediumScraper.py python -b