Giter Club home page Giter Club logo

Comments (5)

BobbyWibowo avatar BobbyWibowo commented on June 3, 2024

I'm using wchill/refactor branch and I had similar behavior with multiple users.
A few minutes ago though, I made a commit to my own build of wchill/refactor: https://github.com/BobbyWibowo/OpenPoGoWeb/commit/7a9af54e4fa74da6cfc89363bc16d090b59ce053 (I actually intended to use this build personally, but I made a git in case someone wants to merge some of my customization here).
You can either try to test my build or try to merge that commit to the latest revision of wchill/refactor branch. Please report once you have tested it. It's working fine on my end with 2 users though.

EDIT: Moved my forked-repo to its own repo (https://github.com/BobbyWibowo/OpenPoGoWeb2)

from openpogoweb.

TridentNooch avatar TridentNooch commented on June 3, 2024

I've also noticed that after 3 people, the 4th starts creating issues. Not bot tracking for one.

from openpogoweb.

cronyp avatar cronyp commented on June 3, 2024

This suggests how to implement multi-user functionality using PokemonGo-Bot from the dev branch: https://github.com/cronyp/botbash

from openpogoweb.

e0xify avatar e0xify commented on June 3, 2024

Theres a simple Solution for that. If you're using 2 Bots on the same server, the map needs access to the bots config.

so for example:

Your Bot 1 is here: /usr/share/pokebot1/
Your Bot 2 is here: /usr/share/pokebot2/

You're using the webinterface from the first Bot so:

/usr/share/pokebot1/web/

in /usr/share/pokebot1/web there are 3 json files inventory- youraccount.json /userdata- youraccount.json / location-youraccount.json or something.

The map is accessing those 3 files.
so if you have defined 2 accounts the bot is searching for the 3 files of the 2nd bot in the same directory but they are in the web folder ob /usr/share/pokebot2/web.

so do: ln -sf /usr/share/pokebot2/web/*-youraccount.json /usr/share/pokebot1/web/

then ur creating a hotlink and tell the bot that the files are in the other folder and it works fine.

from openpogoweb.

BobbyWibowo avatar BobbyWibowo commented on June 3, 2024

@e0xify I haven't tried the bot on a Linux device, but I'm assuming you can't simply run the bot multiple times, but each with their own config?

from openpogoweb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.