-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
27 lines (27 loc) · 2.24 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Daily Chess Puzzle by Lichess (Slack App)</title>
</head>
<body>
<h1>Daily Chess Puzzle by Lichess (Slack App)</h1>
<p>Spice up your Slack workspace with a daily chess puzzle from <a href="https://lichess.org">lichess.org</a>.</p>
<p><a href="https://slack.com/oauth/v2/authorize?client_id=17688987239.964622027363&scope=commands,incoming-webhook"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/add_to_slack@2x.png 2x"></a></p>
<h2>Summary</h2>
<p>By default, the app will post the daily chess puzzle from Lichess to the channel in which it was installed every day (at the same time of day it was installed). Use the <code>/puzzletime</code> command to change this setting, e.g. <code>/puzzletime 14:45</code>. To post the daily puzzle on demand, use the <code>/puzzle</code> command.</p>
<p>The source code is available at <a href="https://github.com/arex1337/lichess-daily-puzzle-slack-app">https://github.com/arex1337/lichess-daily-puzzle-slack-app</a></p>
<h2>Commands</h2>
<ul>
<li><code>/puzzlehelp</code> - Displays helpful instructions</li>
<li><code>/puzzletime HH:MM</code> - Sets the time of day the daily puzzle should be posted (per channel)</li>
<li><code>/puzzle</code> - Posts the daily puzzle</li>
</ul>
<h2>Privacy Policy</h2>
<p>The app only collects and stores information necessary to deliver the service, which is limited to OAuth authentication information, Slack workspace/channel identifiers and app configuration settings. No personal information is processed expect for the username users invoking slash commands. No personal information is stored.</p>
<h2>Support and feedback</h2>
<p>Give us feedback or ask questions in <a href="https://lichess.org/forum/lichess-feedback/daily-chess-puzzle-by-lichess">this lichess.org forum thread</a>. Alternatively, use <a href="mailto:contact@lichess.org">contact@lichess.org</a> to get in touch with us.
</body>
</html>