-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (67 loc) · 2.64 KB
/
index.html
File metadata and controls
71 lines (67 loc) · 2.64 KB
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
67
68
69
70
71
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FunPayC AutoSMM</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background: #333;
color: #fff;
padding: 10px 0;
text-align: center;
}
.container {
padding: 20px;
max-width: 800px;
margin: auto;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
footer {
text-align: center;
padding: 10px 0;
background: #333;
color: #fff;
margin-top: 20px;
}
</style>
</head>
<body>
<header>
<h1>FunPayC AutoSMM</h1>
</header>
<div class="container">
<h2>Описание</h2>
<p>Плагин на автонакрутку для FunPay Cardinal. Этот плагин создан для автоматизации процессов на платформе FunPay.</p>
<h2>Настройка</h2>
<ul>
<li>Введите <code>/autosmm</code> в боте после установки плагина.</li>
<li>Вставьте ссылку на API сайта в поле <strong>API URL</strong>, например: <code>https://site.com/api/v2/</code>.</li>
<li>Сгенерируйте ключ API и вставьте его в поле <strong>API KEY</strong>, например: <code>kwjehfefhbvwieoirepdklen354nfdlfk9fn4rf</code>.</li>
</ul>
<h2>Настройка лотов</h2>
<p>Лоты можно выставлять в любой категории. В описании лота укажите параметры:</p>
<ul>
<li><strong>ID:</strong> (число)</li>
<li><strong>#Quan:</strong> (число от 2 до ∞) — необязательно</li>
</ul>
<p>Пример: <code>ID: 365</code>, <code>#Quan: 10</code>.</p>
<h2>Требования</h2>
<p>Для установки плагина требуется Python 3.11.</p>
<h2>Контакты</h2>
<p>Создатель: <a href="https://twiboost.com/ref3425032" target="_blank">https://twiboost.com/ref3425032</a></p>
</div>
<footer>
<p>© 2025 FunPayC AutoSMM. Все права защищены.</p>
</footer>
</body>
</html>