CLI for downloading articles from mathnet.ru.

Clone this repo:
  1. 2cacdff Merge branch 'release/0.1.1' by EvgeneOskin · 8 years ago master 0.1.1
  2. 412423a Add ci. by EvgeneOskin · 8 years ago develop
  3. a19725c Add rspec tests for lib. by EvgeneOskin · 8 years ago
  4. fc9ff6a Merge branch 'feature/store-articles-in-journal-directory' into develop by EvgeneOskin · 8 years ago
  5. b73e1e9 Add storing full text in journal directories. by EvgeneOskin · 8 years ago

Mathnet::Crawler

Build Status Coverage Status

The Project is ruby library and cli tool to search and download articles from MathNet.

Installation

Add this line to your application's Gemfile:

gem 'mathnet-crawler'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mathnet-crawler

Usage

TODO: Write usage instructions here

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/EvgeneOskin/ruby-mathnet-crawler.