Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vifreefly committed Jul 1, 2020
1 parent 5122179 commit 649c1a8
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
<div align="center">
<a href="https://github.com/vifreefly/kimuraframework">
<img width="312" height="200" src="https://hsto.org/webt/_v/mt/tp/_vmttpbpzbt-y2aook642d9wpz0.png">
</a>

<h1>Kimurai Scraping Framework</h1>
</div>

> **Note about v1.0.0 version:**
> * The code was massively refactored for a [support](#using-kimurai-inside-existing-ruby-application) to run spiders multiple times from inside a single process. Now it's possible to run Kimurai spiders using background jobs like Sidekiq.
> * `require 'kimurai'` doesn't require any gems except Active Support. Only when a particular spider [starts](#crawl-method), Capybara will be required with a specific driver.
> * Although Kimurai [extends](lib/kimurai/capybara_ext) Capybara (all the magic happens inside [extended](lib/kimurai/capybara_ext/session.rb) `Capybara::Session#visit` method), session instances which were created manually will behave normally.
> * Small changes in design (check the readme again to see what was changed)
> * Stats database with a web dashboard were removed
<br>

> Note: this readme is for `1.4.0` gem version. CHANGELOG [here](CHANGELOG.md).
# Kimurai

Kimurai is a modern web scraping framework written in Ruby which **works out of box with Headless Chromium/Firefox, PhantomJS**, or simple HTTP requests and **allows to scrape and interact with JavaScript rendered websites.**

Expand Down

0 comments on commit 649c1a8

Please sign in to comment.