A telegram bot for a wordle championship 🏆
Latest version: 1.1.0
Run me with npm run bot
-
run
hostname -Ion raspberry to find it's ip address -
connect to raspberry pi via ssh with
ssh <username>@<ip-adress> -
when starting bot for the first time create a screen session with
screen -S wordlebotserverotherwise reconnect to session withscreen -r wordlebotserver -
run bot with
npm run bot -
detach from screen session by pressing
Ctrl+A, thenD -
you can now end the ssh connection without stopping the bot.