I am helping 60 of my students to get their first jobs. Last year I did the same things by hand, it took me 2 months for helping 72 students. I want to write a program to help them submit resumes and apply jobs in some companies.
I hope the program can do two things
- creates account for each students in careerbuilder.com/monster.com etc and upload their resumes.
- submit their information to companies that look for people
What program should I use to do that? Some clear guidelines to do that? If I pay for someone to make t开发者_JAVA百科his program, how much will it cost?
I am good in Matlab, but am willing to learn any language to do this program
I don't think Matlab would be a good option for this sort of thing. Probably Perl/PHP as it will require some online form filling. They both provide you access to CURL library which is good for online form processing.
I would take a look at the Perl module WWW::Mechanize::FormFiller
精彩评论