Skip to content

Commit 649c1a8

Browse files
committed
Update README
1 parent 5122179 commit 649c1a8

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<div align="center">
2-
<a href="https://github.com/vifreefly/kimuraframework">
3-
<img width="312" height="200" src="https://hsto.org/webt/_v/mt/tp/_vmttpbpzbt-y2aook642d9wpz0.png">
4-
</a>
5-
6-
<h1>Kimurai Scraping Framework</h1>
7-
</div>
8-
9-
> **Note about v1.0.0 version:**
10-
> * 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.
11-
> * `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.
12-
> * 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.
13-
> * Small changes in design (check the readme again to see what was changed)
14-
> * Stats database with a web dashboard were removed
15-
16-
<br>
17-
18-
> Note: this readme is for `1.4.0` gem version. CHANGELOG [here](CHANGELOG.md).
1+
# Kimurai
192

203
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.**
214

0 commit comments

Comments
 (0)