-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy_policy.html
58 lines (48 loc) · 2.33 KB
/
privacy_policy.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
<!DOCTYPE html>
<html>
<title>About me</title>
<style>
.class1{
margin: 0;
position: absolute;
top: 40%;
left: 49%;
margin-right: -50%;
transform: translate(-50%, -50%)
}
a {
color: red;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: underline;
}
</style>
<body style="background-color:black;">
<div class="class1">
<pre style="color: white;">
Privacy
Google account and user data
Accessing user data
The applications access Google resources from your local machine or web. Your machine communicates directly with the Google APIs.
The AskReddit bot project never receives your data or the permission to access your data. The owners of the project can only see anonymous,
aggregated information about usage of tokens obtained through its OAuth client, such as which APIs and endpoints are being used.
The package includes functions that you can execute in order to read or modify your own data. This can only happen after you provide a token,
which requires that you authenticate yourself as a specific Google user and authorize these actions.
The package can help you get a token by guiding you through the OAuth flow in the browser.
There you must consent to allow the AskReddit bot Packages to operate on your behalf. The OAuth consent screen will describe the scope of what is being authorized,
e.g.,it will name the target API(s) and whether you are authorizing “read only” or “read and write” access.
There are two ways to use these apps without authorizing the inkaverse API Packages: bring your own service account token or configure the package to use an OAuth client of your choice.
Overview of the scopes requested by various AskReddit bot and their rationale:
YouTube Data API v3 .../auth/youtube.upload - The upload scope is crucial for the application to work, the videos get auto-uploaded to youtube after the rendering is over
with the help of the scope.
Sharing user data
The package only communicate with Google APIs. No user data is shared with the owners of the AskReddit bot or any other servers.
Storing user data
The package may store your credentials on your local machine, for later reuse by you. Use caution when using these packages on a shared machine.
<a href="index.html">Back to menu</a>
</pre>
</div>
</body>
</html>