CoolFace
Apppublic

BlueMoonBot/bluemoonbot_Lichess

sourceHugging Faceupdated 10d agoView on Hugging Face
0likes
main.py8 linesDownload Raw Back to root
1import os2import subprocess3 4print("Starting Lichess Bot...")5 6# This executes the actual lichess-bot script in the background7# Make sure your config.yml file is also uploaded to Hugging Face!8subprocess.run(["python", "lichess-bot.py"])