-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvkgcrawler.html
66 lines (66 loc) · 7.88 KB
/
vkgcrawler.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" itemscope itemtype="http://schema.org/WebPage">
<head>
<title>VK group Crawler</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
pre {
font-family: "Courier New", Courier, monospace;
}
</style>
</head>
<body>
<pre>
╔══════════════════════════════════════════════════════════════════════════════════════════╗
║ <a href="spider-l33t.ru/terminal/index.html">Run Terminal v.1.0</a> <a href="vkgcrawler_ru.html">Русский</a> ║
║══════════════════════════════════════════════════════════════════════════════════════════╣
║ ███████╗██████╗ ██╗██████╗ ███████╗██████╗ ██╗ ██████╗ ██████╗ ████████╗ ║
║ ██╔════╝██╔══██╗██║██╔══██╗██╔════╝██╔══██╗ ██║ ╚════██╗╚════██╗╚══██╔══╝ ║
║ ███████╗██████╔╝██║██║ ██║█████╗ ██████╔╝█████╗██║ █████╔╝ █████╔╝ ██║ ║
║ ╚════██║██╔═══╝ ██║██║ ██║██╔══╝ ██╔══██╗╚════╝██║ ╚═══██╗ ╚═══██╗ ██║ ║
║ ███████║██║ ██║██████╔╝███████╗██║ ██║ ███████╗██████╔╝██████╔╝ ██║ ║
║ ╚══════╝╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝ ║
╠══════════════════════════════════════════════════════════════════════════════════════════╣
║ ║
║ Personal project ║
║ ║
╚┐ ╔════════════════════════════════════════════════════════════════════════════════╗ ║
├──═╣█ VKontakte group Crawler █╠═──═╣
┌┘ ╚════════════════════════════════════════════════════════════════════════════════╝ ║
║ ║
║ Application to save data from group of social network VKontakte. ║
║ ║
║ The collected data are stored on the local drive as files (images, documents) and ║
║ the entries in the local database SQLite. ║
╚─┬───────────────────────────────────────────────────────────────────────────────────────═╣
│ ╔══════════════════════╗ ║
├─═╣█ Data █╠═────────────────────────────────────────────────────────────═╣
┌─┘ ╚══════════════════════╝ ║
║ ║
║ - Entries from the wall (with attach: pictures/photo, documents & links) ║
║ - Photo albums ║
║ - Comments for wall entries and for all attachments ║
║ - Attachments (pictures/photo, documents & links) for all comments and for all ║
║ wall entries ║
║ ║
║ All pictures/photo are stored in the maximum available resolution ║
╚┬────────────────────────────────────────────────────────────────────────────────────────═╣
┌┘ ╔══════════════════════╗ ║
├──═╣█ Exclusions █╠═─────────────────────────────────────────────────────────────═╣
│ ╚══════════════════════╝ ║
║ ║
║ Do not saved the following material: ║
║ ║
║ - Video ║
║ - AudioRecords/Music ║
║ ║
║ The reason: a large amount of stored data ║
╚═╦════════════════════════════════════════════════════════════════════════════════════════╝
┌─┘
│
└┐ ╔═══════════════════════╗
└──═╣█ <a href="index.html">To main page</a> █║
╚═══════════════════════╝
</pre>
</body>
</html>