8000 Read me update · Dyzio18/java-web-bot-library@9c86c58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c86c58

Browse files
committed
Read me update
1 parent 0079660 commit 9c86c58

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# java-web-bot-library
2-
Java library for analyze and testing websites
2+
An experimental, compact, universal Java API which allows
3+
you to create your own web-bot.
4+
5+
6+
## Getting started
7+
##### WARNING! This project is still highly experimental and many aspects of it are subject to breaking changes, continue at your own risk.
8+
This API allows you to create simple bot which can execute complex tasks.
9+
If you're starting new project you can simple import web-bot package and create your
10+
own website extractor. Which will extract date from websites under assigned url
11+
and can display them in the form of for e.g complex web-site map (or graph).
12+
Used algorithms allows to use different web-search depth adequate to user needs.
13+
14+
## Example of usage with user interface
15+
![Alt text](/img/demo-interface-prezentation.png)
16+
17+
###### @authors:
18+
###### Patryk Nizio
19+
###### Bartłomiej Bolek
20+
###### Rafał Aleksander
21+
22+
23+
24+

img/demo-interface-prezentation.png

35.5 KB
Loading

0 commit comments

Comments
 (0)
0