21Oct/091
Bugmenot CLI script ( updated )
A few update to the script. Now is has percentages, "other" information field and the option of providing how many results you want back. and color output
.
Enjoy
A few update to the script. Now is has percentages, "other" information field and the option of providing how many results you want back. and color output
.
Enjoy
April 14th, 2010 - 17:20
Hi Matias,
thanks for sharing this with us. Would you mind adding a few lines to use a possible HTTP proxy (configured via ENV['http_proxy']) instead of connecting directly? I was just sitting behind a company proxy and the script couldn’t connect to bugmenot.com.
Shouldn’t be too hard according to the docs [1] (my ruby knowledge is zero), one would just keep in mind that people tend to use two formats.
http_proxy=proxy:port
http_proxy=http://proxy:port
Sebastian
[1] http://www.ensta.fr/~diam/ruby/online/ruby-doc-stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html