All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ruby.github.rb Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
name= xpath "//h1[@class='entry-title public']/strong/a/text()"
readme = xpath "//div[@id='readme']/tidyText()"
star = xpath "//ul[@class='pagehead-actions']/li[1]//a[@class='social-count js-social-count']/text()"
fork = xpath "//ul[@class='pagehead-actions']/li[2]//a[@class='social-count']/text()"
url=$page.getUrl().toString()

puts name,readme,star,fork,url unless name==nil

urls "(https://github\\.com/\\w+/\\w+)"
urls "(https://github\\.com/\\w+)"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy