Hi all,
Would it be possible to have Pokefarmer launch in a command window only?
I've been using another bot before Pokefarmer which ran as a command-line tool. By running the bot through a Powershell function, I was able to automate a great deal of different actions based on the bot's encounters. One of my favorite was sending push-notifications (send through Pushover) to my phone upon level up, regular statuses, and when rare or powerful Pokémon were caught. The script worked by simply checking each line for certain triggers (e.g. 'level up'), and picking out information by RegEx matching.
I've tried doing something similar with Pokefarmer, but the command-lines do not go through. I'm guessing that there's a lot of information being processed which we do not see and which prevents the program from being launched with only the on screen log items.
I can think of a work-around in which the log-files are checked instead of the stream data, but this approach is a bit more cumbersome than reading from the on-screen output directly.
There might of course be other ways of doing this that I do not know of; my knowledge of programming is very limited. If so, please let me know; I would love to get my phone-notifications back.
Kindest,
Clarka
Would it be possible to have Pokefarmer launch in a command window only?
I've been using another bot before Pokefarmer which ran as a command-line tool. By running the bot through a Powershell function, I was able to automate a great deal of different actions based on the bot's encounters. One of my favorite was sending push-notifications (send through Pushover) to my phone upon level up, regular statuses, and when rare or powerful Pokémon were caught. The script worked by simply checking each line for certain triggers (e.g. 'level up'), and picking out information by RegEx matching.
I've tried doing something similar with Pokefarmer, but the command-lines do not go through. I'm guessing that there's a lot of information being processed which we do not see and which prevents the program from being launched with only the on screen log items.
I can think of a work-around in which the log-files are checked instead of the stream data, but this approach is a bit more cumbersome than reading from the on-screen output directly.
There might of course be other ways of doing this that I do not know of; my knowledge of programming is very limited. If so, please let me know; I would love to get my phone-notifications back.
Kindest,
Clarka