this is a simpler parser for the pastebin.com website.
it will iterate posts and parse their elements using lxml
pip install simple-pastebin-parser
initial proof of concept. nothing special, just doing the dirty work of parsing the posts.
how to execute:
- create a virtual env of python 3.6
- install requirements
- run python poc.py
- integration with travis.ci
- changing the POC code to work with installed pypi package
- created the Post() object for pastebin posts
- ability to stream data