Python-lichess-pgnserver

From BITPlan Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
OsProject
edit
id  python-lichess-pgnserver
state  
owner  WolfgangFahl
title  PGN Server to feed lichess broadcasts and view PGN of games
url  https://github.com/WolfgangFahl/python-lichess-pgnserver
version  0.0.1
description  
date  2019/12/23
since  
until  

Click here to comment see PlayChessWithAWebCam

To Broadcast an OTB Game via Lichess it's necessary to supply an URL that serves the game in Portable Game Notation

This project allows to supply such an URL and be able to update the PGN online via HTTP POST Requests.

Demo-Server

http://lichess.bitplan.com

Menu

Icon Purpose Comment
home Link to Homepage Shows default game cpOszEMY
linked_camera Link to Play Chess With a WebCam
chat Link to Play Chess With a WebCam Community Chat
help Link to this Help page
note_add add a new pgn Creates a timestamp based gameid
check interactively update the pgn use pgn input from the textarea
edit go to the edit link for this pgn HTTP GET Request
link Link to the PGN of the given gameid HTTP GET Request

Installation

git clone https://github.com/WolfgangFahl/python-lichess-pgnserver
cd python-lichess-pgnserver
./install

Running

./run

Testing

./test