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!

 
6
Kudos
 
6
Kudos

Now read this

Well, I went ahead and did it

So, for the last, well, since I started university, I have felt out of place in it. It taught me concepts, but not how to apply them, it taught me algorithms, but not why they were important in a specific case, it taught me to break down... Continue →