New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fairyfishnet

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fairyfishnet

Distributed Fairy-Stockfish analysis for pychess-variants

  • 1.16.44
  • PyPI
  • Socket score

Maintainers
2

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 <https://hub.docker.com/r/mklemenz/fishnet/>_ courtesy of @mklemenz <https://github.com/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 <https://github.com/ianfab/Fairy-Stockfish>__ by @ianfab <https://github.com/ianfab/Fairy-Stockfish>_.

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 <https://github.com/gbtami/fairyfishnet/blob/master/doc/protocol.md>_ for details.

License

fairyfishnet is licensed under the GPLv3+ license. See LICENSE.txt for the full license text.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc