Skip to content

Commit 9f70cf0

Browse files
committed
Initial commit
0 parents  commit 9f70cf0

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*.gem
2+
*.rbc
3+
.bundle
4+
.config
5+
coverage
6+
InstalledFiles
7+
lib/bundler/man
8+
pkg
9+
rdoc
10+
spec/reports
11+
test/tmp
12+
test/version_tmp
13+
tmp
14+
15+
# YARD artifacts
16+
.yardoc
17+
_yardoc
18+
doc/

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
scrapybara
2+
==========
3+
4+
Web scraping library based on capybara. Modules are used to provide DSLs for specific websites and to extend scraping functionality (e.g. DDoS evasion).

0 commit comments

Comments
 (0)