Skip to content

jiangwei909/chong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Chong

chong is a web crawling in ruby

Install

gem install chong

or add the following line into your Gemfile

gem 'chong'

How to use

create a chong file

create a ruby file with prefix chong_ in current directory

such as,

get "http://github.com" do |page|
  puts page.title
end

the example just print page title, you can add more handle in the block for more purpose.

run it

run chong in command line

About

a web crawling in ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages