Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Supernerd21810y@erasmuswill The worst part of html is that you dob't necessarily have to close a tag! Argh! -
lreading174910yNot to take away from the joys of attempting to parse html... but, devrant has an api... -
Supernerd21810y@lreading Well fuck!
Thanks for the info, can you link it to me and is it c compatible? -
lreading174910yit's a restful api. I'll post back when I find it. last I knew it was incomplete, but totally workable. -
lreading174910y@Supernerd you can get the idea by killing through this project: https://github.com/trostik/...
There's a few others on github as well. happy hacking! -
lreading174910y@Supernerd I remember someone writing the documentation, but I believe you needed to be given access? -
dfox4213410y@Supernerd np, I also just tagged you on a rant where some people are looking to possible contribute to a project like the one you started!

Trying to create an html parser for terminal devrant, and it's really hard. Made a working xml parser for now. It actually worked!
undefined