Search code examples
ruby-on-railsrubyrakerake-task

Writing a Ruby/Rake task robot with authentication to download data that requires login


I wanna run an automatic task that download a document that requires login before the file is downloaded, alongside with some Linux command line. What can I do to achieve this with Ruby/Rake task/Ruby on Rails?


Solution

  • Take a look at mechanize