Module: EchoLink

Defined in:
lib/echo_link.rb,
lib/echo_link/scraper.rb,
lib/echo_link/version.rb

Defined Under Namespace

Classes: Scraper

Constant Summary collapse

BASE_URL =
'http://www.echolink.org'
URLS =
{
  logins: "#{BASE_URL}/logins.jsp",
  all_links: "#{BASE_URL}/links.jsp?title=&d=1&sel=all&lat_fix=&lon_fix=&lat_deg=&lat_min=&lat_NS=&lon_deg=&lon_min=&lon_EW=&gs=",
  active_links: "#{BASE_URL}/links.jsp?title=&d=2&sel=all&lat_fix=&lon_fix=&lat_deg=&lat_min=&lat_NS=&lon_deg=&lon_min=&lon_EW=&gs="
}
VERSION =
"0.0.7"