Project

lipaste

0.0
No commit activity in last 3 years
No release in over 3 years
Upload PGN from files or strings to Lichess via the CLI.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.9

Runtime

~> 0.19.1
 Project Readme

Lipaste

Little command line tool to upload chess games in PGN format to the Lichess analyzer.

Installation

gem install lipaste

Usage

# Optionally login to save uploaded games to your Lichess account
# You only need to do this once
lipaste login

# Upload the newest .pgn file from ~/Downloads
lipaste

# Upload a specific PGN file
lipaste -p /path/to/game.pgn

# Delete saved credentials if any exist
lipaste logout