# fairyfishnet
**Repository Path**: nscript/fairyfishnet
## Basic Information
- **Project Name**: fairyfishnet
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-02-09
- **Last Updated**: 2025-02-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
fairyfishnet: distributed Fairy-Stockfish analysis for pychess.org
==================================================================
.. image:: https://badge.fury.io/py/fairyfishnet.svg
:target: https://pypi.python.org/pypi/fairyfishnet
Installation
------------
1. Request your personal fairyfishnet key on pychess Discord https://discord.gg/aPs8RKr
2. Install the fairyfishnet client.
**Via pip**
To install or upgrade to the latest version do:
::
pip3 install --upgrade --user fairyfishnet
Example usage:
::
python3 -m fairyfishnet --auto-update
Optional: Generate a systemd service file:
::
python3 -m fairyfishnet systemd
**Via Docker**
There is a `Docker container `_
courtesy of `@mklemenz `_. For example you can
simply do:
::
docker run mklemenz/fishnet --key MY_APIKEY --auto-update
pychess-variants custom Fairy-Stockfish
---------------------------------------
fairyfishnet is using
`Fairy-Stockfish `__
by `@ianfab `_.
You can build Fairy-Stockfish yourself (for example with ``./build-stockfish.sh``)
and provide the path using ``python -m fairyfishnet --stockfish-command``. Otherwise
a precompiled binary will be downloaded for you.
Overview
--------
.. image:: https://raw.githubusercontent.com/gbtami/fairyfishnet/master/doc/sequence-diagram.png
See `protocol.md `_ for details.
License
-------
fairyfishnet is licensed under the GPLv3+ license. See LICENSE.txt for the full
license text.