MrPowerScripts / reddit-karma-farming-bot

"Is karma really that important to you? Damn bro, you need a life" - YouTube Comment
https://mrpowerscripts.com
MIT License
297 stars 120 forks source link

Ending Putty session kills the bot #198

Open synaptium opened 2 years ago

synaptium commented 2 years ago

Hello Guys.

I login to the linux server using putty.

After running the bot and i log out of putty, the bot too is stopped.

How do i run the bot continuously at the background even when i log out and how di i resume that session when i log back into the linnux server?

dsymbol commented 2 years ago

You could use a session manager like screen or tmux alternatively you can use docker.

projectswastaken commented 2 years ago

sudo apt install screen screen -S karmabot cd to the directory run the bot ctrl a then d to exit the screen close the session to reconnect to the screen do screen -r