Author here, I am currently looking for someone who would be interested in improving and maintaining this project. I have been trying but I don't really have time due to work and other things happening in my life. I would like to see HTTPLang grow,and it seems like there is some interest in the community. If anyone is interested send me an email at [email protected]
I'm curious why this was made into a scripting language instead of into a regular Python library. It it were regular Python you would get tons of features for free like loops, functions, if statements, etc.
One problem i've had using python to script loading pages, is sometimes other pages you need things from load in frames based on a javascript load functions. PhantomJS solves this by emulating the browser... of course then you have to do everything in javascript.
Sure, but the JS you need is incredibly minimal and you can easily transport Phantom's output to whatever other application you can dream of.
I've seen a lot of headless apps outside of Phantom, but none of them work well enough for me to ditch the system above (Phantom :: Message Queue :: Other App).
[+] [-] andreineculau|10 years ago|reply
https://github.com/for-GET/katt
[+] [-] jimjag|10 years ago|reply
[+] [-] rmc|10 years ago|reply
[+] [-] thephyber|10 years ago|reply
https://github.com/Max00355/HTTPLang/blob/master/LICENSE.md
[+] [-] baldfat|10 years ago|reply
[+] [-] WormyMcSquirmy|10 years ago|reply
[+] [-] _druu|10 years ago|reply
[+] [-] baldfat|10 years ago|reply
http://docs.racket-lang.org/guide/languages.html
[+] [-] max0563|10 years ago|reply
[+] [-] bmn_|10 years ago|reply
You should just give up.
[+] [-] ufo|10 years ago|reply
[+] [-] leftnode|10 years ago|reply
[+] [-] unknown|10 years ago|reply
[deleted]
[+] [-] JimDabell|10 years ago|reply
https://news.ycombinator.com/item?id=9598443
[+] [-] swalsh|10 years ago|reply
[+] [-] nkozyra|10 years ago|reply
I've seen a lot of headless apps outside of Phantom, but none of them work well enough for me to ditch the system above (Phantom :: Message Queue :: Other App).