开发者

Automation form filling

开发者 https://www.devze.com 2023-02-15 00:00 出处:网络
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 a

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

  1. creates account for each students in careerbuilder.com/monster.com etc and upload their resumes.
  2. 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

0

精彩评论

暂无评论...
验证码 换一张
取 消