Giter VIP home page Giter VIP logo

Comments (6)

doluk avatar doluk commented on July 28, 2024

Yes and no.
You have the option to specify the number of used keys, if you initalize the client. key_count can be up to 10 per email.
What happens under the hood is, that coc.py fetches the keys from developer.clashofclans.com, checks them if they are useable (for the correct ip address) and (re-)creates, if needed, key(s).

So no, you can't login directly with multiple emails for one client. But you can use keys to login if you use login_with_keys() instead of login() and pass more than 10 keys. You can either get them manually, or iterate through your emails by create a client, login with an email, get the keys (client.http._keys), store them, logout and login with the next email... . Afterwards you create your final client with the key list and the login_with_keys() method.

from coc.py.

TAMILVIP007 avatar TAMILVIP007 commented on July 28, 2024

Hmm keys you mean authorisation tokens ryt?. But there is no option to specify several ips there

from coc.py.

doluk avatar doluk commented on July 28, 2024

yes tokens = keys,
why would you need several ips? Your script/bot/application can only have one?

from coc.py.

TAMILVIP007 avatar TAMILVIP007 commented on July 28, 2024

No heroku.com (an vps provider) changes ip on every restart.

from coc.py.

doluk avatar doluk commented on July 28, 2024

coc.py will create a new key in that event. It can handle dynamical ip changes for one email account.

from coc.py.

TAMILVIP007 avatar TAMILVIP007 commented on July 28, 2024

Cool then thanks

from coc.py.

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.