From bde908bb54f88fa58ed0c6b4259fea1f1cdc7cc5 Mon Sep 17 00:00:00 2001 From: Maxime Boucher Date: Thu, 2 May 2024 00:52:27 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa3fa2a..966db7b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ liquipedia-calendar is a web scrapper / iCalendar server which uses https://liqu The end result is a customizable link which permits to subscribe to arbitrary number of players and teams, pro or not as long as it figures on Liquipedia webpage. -You can subscribe to a iCal feed using this link : https://liquipedia-calendar.oa.r.appspot.com/?query= +You can subscribe to a iCal feed using this link : https://liquipedia-calendar.oa.r.appspot.com/?query=[SELECTOR] +Example link for Starcraft 2 with Maru and Serral players : https://liquipedia-calendar.oa.r.appspot.com/?query=673d7374617263726166743226703d4d6172752c53657272616c ![image](https://user-images.githubusercontent.com/18146363/134248454-f5817f99-e780-431f-b56d-20a8c4d3dbfd.png) Fill the querystring by visiting : https://liquipedia.net/ @@ -20,9 +21,8 @@ Once the link added in a Calendar App, events are auto generated and look like t * Specific players, games, teams ### Features being worked on -* Specific tournament * A static website to easily make an URL for subscribing (right now, you must fill querystring parameter with some hacks). ### Technical -See [technical architecture here](https://github.com/Napolitain/liquipedia-calendar/blob/master/DESIGN.md) \ No newline at end of file +See [technical architecture here](https://github.com/Napolitain/liquipedia-calendar/blob/master/DESIGN.md) From d236463290964245ee8776eb5092d7aeba67360f Mon Sep 17 00:00:00 2001 From: Maxime Boucher Date: Thu, 2 May 2024 00:52:37 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 966db7b..e34f862 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ liquipedia-calendar is a web scrapper / iCalendar server which uses https://liqu The end result is a customizable link which permits to subscribe to arbitrary number of players and teams, pro or not as long as it figures on Liquipedia webpage. You can subscribe to a iCal feed using this link : https://liquipedia-calendar.oa.r.appspot.com/?query=[SELECTOR] + Example link for Starcraft 2 with Maru and Serral players : https://liquipedia-calendar.oa.r.appspot.com/?query=673d7374617263726166743226703d4d6172752c53657272616c ![image](https://user-images.githubusercontent.com/18146363/134248454-f5817f99-e780-431f-b56d-20a8c4d3dbfd.png)