-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.html
148 lines (129 loc) · 5.52 KB
/
privacy.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Scripty | Privacy</title>
<link rel="canonical" href="https://scripty.org/privacy">
<link rel="preload" href="/assets/jb_mono/woff2/jb.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="preload" href="/assets/jb_mono/woff2/jb_bold.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="preload" href="/css/main.min.css" as="style" type="text/css">
<link rel="preload" href="/css/jb_mono.css" as="style" type="text/css">
<link rel="preload" href="https://a.scripty.org/count.js" as="script" type="application/javascript">
<link rel="preload" href="/favicon.ico" as="image" type="image/x-icon">
<meta name="description" content="Scripty's Privacy Policy">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Scripty | Privacy">
<meta property="og:description" content="Scripty's privacy policy">
<meta property="og:type" content="website">
<meta property="og:image" content="https://scripty.org/img/icon-128.webp">
<link rel="stylesheet" href="/css/main.min.css">
</head>
<body>
<div class="container is-widescreen">
<nav class="navbar is-transparent" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/"><h1>Scripty</h1></a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="main-navbar">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="main-navbar" class="navbar-menu">
<div class="navbar-start">
<a href="/invite" class="navbar-item">Invite</a>
<a href="/about" class="navbar-item">About</a>
</div>
<div class="navbar-end"></div>
</div>
</nav>
<h1>Privacy Policy</h1>
<section class="section">
<h2>What data is collected?</h2>
<p>Scripty only stores the bare minimum required to operate. This includes the following:</p>
<ul class="hid_list">
<li>Guild IDs</li>
<li>Channel IDs</li>
<li>Per-guild configuration</li>
<li>User IDs</li>
<li>Per-user configuration</li>
<li>
Anonymous, aggregated statistics about bot function, including, but not limited to:
<ul class="hid_list">
<li>Discord Gateway events: only the total bot-wide count of events is stored.</li>
<li>Total milliseconds of audio transcribed: this is aggregated and cannot ever be linked back to a specific guild.</li>
<li>Guild count</li>
<li>User count</li>
</ul>
None of this aggregated data can be linked back to a specific guild.
</li>
<li>
If opted in to them:
<ul class="hid_list">
<li>Sent messages to be fed back into a speech-to-text scorer</li>
<li>Audio and its transcriptions to be fed back into a speech-to-text model</li>
</ul>
</li>
</ul>
</section>
<section class="section">
<h2>For what purposes is this data stored?</h2>
<p>This data is stored for various purposes, including:</p>
<ul>
<li>Storing configuration settings persistently</li>
<li>Providing feedback on what areas need to be worked upon</li>
</ul>
</section>
<section class="section">
<h2>How is this data used?</h2>
<p>Any personally identifiable data is only used to provide core functions of the bot.</p>
<p>
Anonymous, aggregated stats are used for various purposes,
including, but not limited to,
providing feedback on the growth of the bot.
</p>
</section>
<section class="section">
<h2>Who is the data shared with?</h2>
<p>
Personally identifiable data is shared with no one except the core developers
(currently <code>0/0#9631</code> and <code>valkyrie_pilot#2707</code>),
and they will only view this information if required.
</p>
<p>Anonymous, aggregated stats are shared with everyone who wishes to view them.</p>
</section>
<section class="section">
<h2>Who can I contact with concerns?</h2>
<p>
You can contact the core developers via Discord
(<code>0/0#9631</code> or <code>valkyrie_pilot#2707</code>)
or via email at
<a href="mailto:zero@zero.lgbt"><code>zero@zero.lgbt</code></a>
or <a href="mailto:valk@randomairborne.dev"><code>valk@randomairborne.dev</code></a>.
</p>
</section>
<section class="section">
<h2>How can I request deletion of my data?</h2>
<p>You may contact the core developers via the mediums specified above and request we delete your data.</p>
</section>
<section class="section">
<h2>Third Party Data Collection</h2>
<p>
We use Stripe for payment, analytics, and other business services.
Stripe collects identifying information about the devices that connect to its services.
Stripe uses this information to operate and improve the services it provides to us, including for fraud detection.
You can learn more about Stripe
and read its privacy policy at <a href="https://stripe.com/privacy">https://stripe.com/privacy</a>.
</p>
</section>
<p>Last updated: Aug 9, 2022</p>
<footer>
<hr>
made with <3 by 0/0 and valkyrie_pilot
</footer>
</div>
<!-- 100% privacy friendly analytics: https://a.scripty.org/ -->
<script async defer data-goatcounter="https://a.scripty.org/count" src="https://a.scripty.org/count.js"></script>
</body>
</html>