-
Active Member
to join those discord channels for sniping, can you join from web, or you have to have discord app? When i paste the link to browser, it doesnt join any server / channel. Just brings me to my main discord page of the servers / channels i already joined previously.
-
Active Member
Left this running for 10 hours, HDD space became ~7G shorter. Is it possible that the bot uses this much space for logs or smth? Or can anyone tell me where does it store the logs and temp files?
thanks
-
Active Member
Originally Posted by
UDontKnowWhoIAm
Left this running for 10 hours, HDD space became ~7G shorter. Is it possible that the bot uses this much space for logs or smth? Or can anyone tell me where does it store the logs and temp files?
thanks
Logs are under each subfolder in Logs section..
BotX\Logs\
-
Post Thanks / Like - 1 Thanks
Ciris (1 members gave Thanks to kamil234 for this useful post)
-
Sergeant
Originally Posted by
DRAKESmother
I can't get the Pogo Feeder to work it only says
Listening
New connection from ...
but nothing else after that, what am I doing wrong????????????????
download the newest release of pogofeeder.. now comes with gui, no more cmd prompt window
-
Banned
Originally Posted by
kamil234
to join those discord channels for sniping, can you join from web, or you have to have discord app? When i paste the link to browser, it doesnt join any server / channel. Just brings me to my main discord page of the servers / channels i already joined previously.
For me just being in the browser works. The updated invite links on the first post aren't working?
-
Post Thanks / Like - 1 Thanks
kamil234 (1 members gave Thanks to Ciris for this useful post)
-
Active Member
works with updated links. dont know how i missed it, must be retarded.
-
Sergeant
hmm, for me it seems all of them are being softbanned frequently... not sure why... if the 30 accounts has anything to do with it, also do you have any solutions to manage those cmd prompt windows to resize them or have them stack under each other ?
Last edited by kinjitsu; 08-02-2016 at 03:46 PM.
-
Member
If any advanced users are interested, this is a python script I am using to automatically update the auth.json in each folder.
Code:
from shutil import copyfile
auth_filename = "auth.json"
accounts_filename = "accounts.txt"
path_start = ".\\Bot"
path_end = "\\Config\\"
with open(auth_filename, 'r') as auth_template:
auth_template_contents = auth_template.read()
with open(accounts_filename, 'r') as accounts:
accounts_list = accounts.read().splitlines()
for index in range(len(accounts_list)):
info = accounts_list[index].split(':')
new_contents = auth_template_contents.replace("usernamehere", info[0])
new_contents = new_contents.replace("passwordhere", info[1])
with open(path_start + str(index + 1) + path_end + auth_filename, 'w') as f:
f.write(new_contents)
print("Done")
I have this python file as well as this auth.json in my base "Multibot" folder:
Code:
{
"AuthType": "ptc",
"GoogleUsername": null,
"GooglePassword": null,
"PtcPassword": "passwordhere",
"PtcUsername": "usernamehere"
}
I wrote this in python 2.7. Make sure accounts.txt has the same number of lines as your number of Bot folders. This will overwrite the old auth.json in each Bot folder.
-
Post Thanks / Like - 1 Thanks
Ciris (1 members gave Thanks to gregcool for this useful post)
-
Member
Originally Posted by
Ciris
No google works -- my main is running atm and that's a google account.
The program stops responding? Can you grab a screenshot of the command prompt before it closes by chance?
Open the page, login, and link your discord info to the PokeGoFeeder (do this by going into the config.json file found in the PokeGoFeeder folder) make sure you open PokeGoFeeder before opening bots.
heres the screengrab i got.

and heres a bigger look at the error message
-
Member
Could you give us a step-by-step on how to use the pokefeeder ? Or just a plain already set config that I only need to change my password with. I don't think I should leave this in for example:
"<if you're listening with a bot, insert token here and set useToken to true; otherwise leave blank>"
-
Member
Originally Posted by
MadeYouBlink
Could you give us a step-by-step on how to use the pokefeeder ? Or just a plain already set config that I only need to change my password with. I don't think I should leave this in for example:
"<if you're listening with a bot, insert token here and set useToken to true; otherwise leave blank>"
Same, I need help with this PoGoFeeder can't seem to get it past the point where it says Listening...
-
Member
the xp config doesnt seem to be evolving it just gets 15-20 pokemon then transfers them. thats the 2.0 xp setup
-
Private
my pokemaxpowah only detects one client?
-
Sergeant
i keep getting this message last 20 mins
(ATTENTION) Pokemon Inventory is full, transferring Pokemon...
-
Active Member
Originally Posted by
Vibije
i keep getting this message last 20 mins
check the config and restart the bot