Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 653 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 653 Bytes

instagram-puzzles-generator

I made this project in order to automate a puzzle collection to publish and advertise chess on my University chess club's Instagram.am.

Project flow

flowchart TD
    A(Lichess Puzzles Open Database) -->| parsing | B(fen & moves)
    B -->| filtering by Difficulty level | C(filtered fen & moves)
    C -->|chess-image-generator| D(cluster of images)
    D -->|ImageMagick| E[Instagram Pictures]
Loading

Generated content:

Dependecies