Heiaha / asyncLio-bot

A bridge between UCI chess engines and Lichess.
GNU Affero General Public License v3.0
5 stars 1 forks source link

choosing config.yml #16

Closed lucasart closed 10 months ago

lucasart commented 10 months ago

I want to run several bots, without the hassle of duplicating the whole thing for each bot. Like this:

$ python main.py --config bot1.yml &> bot1.log &
$ python main.py --config bot2.yml &> bot2.log &

What do you think?

Heiaha commented 10 months ago

Sure, this had been on my mind at one point as well. Added with https://github.com/Heiaha/asyncLio-bot/pull/17.