-
Member
Run bot on VPS Debian
Hi
I have a VPS on Debian and i need to run bot (multi bot)
I dont know method to work bot on VPS Debian.
I prefer Necrobot or other bot worked on Debian Vps.
Thanks for future Helping me.
Dear Friend
-
Active Member
Dont tag your topic as How-to. Now it looks like a guide on how to do what you are asking. Use your brain
Thanks
-
Member
set thread if How-to and name with "Run bot on VPS Debian" and ask for this. crazy?
-
Member
Hi to run bot in .exe with Linux, you have to get an windows emulator or software like "wine"
2nd methode get a VPS with Windows Server. (I have this one)
-
Post Thanks / Like - 1 Thanks
tnd34 (1 members gave Thanks to Valbran for this useful post)
-
Master Sergeant
Just use https://github.com/PokemonGoF/PokemonGo-Bot
Install instructions are here: https://github.com/PokemonGoF/Pokemo...i/Installation
Just install the dependencies and then run each bot with a different config file (example)
python2 pokecli.py -cf /path/to/bot/configs/bot1.json
python2 pokecli.py -cf /path/to/bot/configs/bot2.json
etc
-
Post Thanks / Like - 1 Thanks
tnd34 (1 members gave Thanks to Albanuva for this useful post)
-
Member
INSTALL MONO
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb
Index of /repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-complete
Then:
mono PokemonGo.Haxton.Console.exe
-
Member
Originally Posted by
Strigunov
INSTALL MONO
Then:
Thanks so much its found in deb and in ubuntu but when i start all the time is saying
""2016-08-09 12:17:29 Task crashed or cancelled""
""2016-08-09 12:17:29 Failed to log in, retrying in 5 seconds""
How to fix that?