Parse (http://parse.com) is hiring and just for the sake of the exercise I've implemented in Ruby the POST procedure they specified in their page https://www.parse.com/jobs/apply.
- Download aparse.rb and aparse.cfg
- Fillout aparse.cfg with your own information (find below an example)
name: John Doe
email: john.doe@example.com
about: Designer and developer interested in search engines, information extraction from unstructured sources and data mining
urls: www.example.com | www.example2.com | www.example3.com
-
Execute the program
ruby aparse.rb
Enjoy. Please feel free to contact me if you find any problem.
PS: I have implemented an alternative way to apply through a form (http://alberto-villa.com/aparse/apply.html), the project itself is also in github (https://github.com/albertovilla/aparse2)