Someone mentioned a web site offering a different free e-book each day, on various tech topics. Here's the correct URL for the site...
https://www.packtpub.com/packt/offers/free-learning
Enjoy!
#!/bin/env ruby
require 'mechanize'
a = Mechanize.new { |agent| agent.user_agent_alias = 'Mac Safari' }
a.get('https://www.packtpub.com/packt/offers/free-learning') do |page| logged_in = page.form_with(id: 'packt-user-login-form') do |l| l.email = 'YOURACCOUNT' l.password = 'YOURPASSWORD' end.submit
get_book = a.click(logged_in.link_with(class: 'twelve-days-claim')) end
On Wed, Sep 9, 2015 at 1:09 PM, Gilbert E. Detillieux < gedetil@cs.umanitoba.ca> wrote:
Someone mentioned a web site offering a different free e-book each day, on various tech topics. Here's the correct URL for the site...
https://www.packtpub.com/packt/offers/free-learning
Enjoy!
-- Manitoba UNIX User Group E-mail: gedetil@muug.mb.ca c/o Gilbert E. Detillieux Web: http://www.muug.mb.ca/ University of Manitoba Phone: (204)474-8161 Winnipeg MB CANADA R3T 2N2 Fax: (204)474-7609 _______________________________________________ Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable
I've been a happy PacktPub customer for a few years now, i.e., I've bought some really good books (unprotected e-books) from them.
However, this "a free e-book every day" thing is a joke. I tried it for a few weeks, and it is their way of promoting or getting rid of books that nobody is buying (often somewhat dated too) and/or books that are simply lousy. In those few weeks, I didn't get a single useful free e-book, so it's a waste of time. It also clutters my PacktPub list of books in a directory/folder.
One more recent (1-2 years old) practise of PacktPub that I detest is their fragmenting of a good author/book combo into several books on the identical topic, subtitled "Intro", "Cookbook", "Guide", "Building", etc. It's an obvious money-grab.
By the way, PacktPub and O'Reilly are in some amount of collaboration, with O'Reilly selectively offering some of the good PacktPub e-books. Those two companies do have some beliefs and practises in common, like unprotected e-books and fostering some excellent otherwise-unknown authors.
Hartmut W Sager - Tel +1-204-339-8331
On 9 September 2015 at 12:09, Gilbert E. Detillieux <gedetil@cs.umanitoba.ca
wrote:
Someone mentioned a web site offering a different free e-book each day, on various tech topics. Here's the correct URL for the site...
https://www.packtpub.com/packt/offers/free-learning
Enjoy!
-- Manitoba UNIX User Group E-mail: gedetil@muug.mb.ca c/o Gilbert E. Detillieux Web: http://www.muug.mb.ca/ University of Manitoba Phone: (204)474-8161 Winnipeg MB CANADA R3T 2N2 Fax: (204)474-7609 _______________________________________________ Roundtable mailing list Roundtable@muug.mb.ca http://www.muug.mb.ca/mailman/listinfo/roundtable