You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-4
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
Serritor
2
2
========
3
3
4
-
[](https://paypal.me/peterbencze)
5
-
6
4
Serritor is an open source web crawler framework built upon [Selenium](http://www.seleniumhq.org/) and written in Java. It can be used to crawl dynamic web pages that use JavaScript.
7
5
8
6
## Using Serritor in your build
@@ -13,15 +11,15 @@ Add the following dependency to your pom.xml:
13
11
<dependency>
14
12
<groupId>com.github.peterbencze</groupId>
15
13
<artifactId>serritor</artifactId>
16
-
<version>1.5.0</version>
14
+
<version>1.6.0</version>
17
15
</dependency>
18
16
```
19
17
20
18
### Gradle
21
19
22
20
Add the following dependency to your build.gradle:
That's it! In just a few lines you can create a crawler that crawls every link it finds, while filtering duplicate and offsite requests. You also get access to the `WebDriver` instance, so you can use all the features that are provided by Selenium.
95
93
94
+
## Support
95
+
If this framework helped you in any way, or you would like to support the development:
96
+
97
+
[](https://paypal.me/peterbencze)
98
+
99
+
Any amount you choose to give will be greatly appreciated.
100
+
96
101
## License
97
102
The source code of Serritor is made available under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
0 commit comments