Torom / BotLi

Lichess Bot
GNU Affero General Public License v3.0
46 stars 82 forks source link

How to set up an opening book for botli in heroku #19

Closed aceventurapetdetective4 closed 2 years ago

aceventurapetdetective4 commented 2 years ago

how to setup a cloud link to the relevent opening and setting to the directory

Torom commented 2 years ago

There are two options:

Torom commented 2 years ago

I looked in your repository, you are making some mistakes there:

Now you are done and the book is under the name 'Cerebellum3Merge.bin' in the directory of BotLi. Your books section in config.yml.default could then look like this:

books:
  Cerebellum3Merge: "Cerebellum3Merge.bin"
aceventurapetdetective4 commented 2 years ago

thanks