Platform-independent assistant for lichess.org in python using chrome remote debugging protocol.
- Google Chrome
- Python 2.7
- Stockfish (or any UCI-compliant chess engine)
Windows
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 "https://lichess.org/"
C:\Python27\python.exe lichess.py
Mac OS X
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --remote-debugging-port=9222 "https://lichess.org/" &
python lichess.py