The 4chan parser - #1
So, I’m interested in parsing 4chan.com’s /b/ board and scanning it for keywords.
It will document my progress on this page.
I have decided to use Python, as I would like to expand my knowledge of different programming languages.
As HTML parser I have chosen to use Beautiful Soup
So far, I have gotten capturing the HTML down and parsing the “top” of each post. Onwards!