royale-proxy / cr-proxy

A simple Clash Royale proxy, implementing the new encryption, built on top of Twisted in Python 3.5.
https://discord.gg/BuUtGPM
24 stars 7 forks source link

cr-messages-python dependency #5

Closed hobbs closed 7 years ago

hobbs commented 7 years ago

How do I install the cr-messages-python dependency? When I run this I get:

Traceback (most recent call last):
  File "proxy.py", line 2, in <module>
    from coc.message.definitions import CoCMessageDefinitions
ModuleNotFoundError: No module named 'coc.message.definitions'

Happy to update the README.md, just not familiar with python dep management.

ghost commented 7 years ago

Hey, try https://github.com/royale-proxy/cr-messages-python

hobbs commented 7 years ago

thanks @mhsjlw. how do I install that cr-messages-python package so cr-proxy can find it?

srabouin commented 7 years ago

Hey @mhsjlw sorry to hijack this but could you make me owner? I don't know where @akirarat is, hasn't been around for many weeks.

@hobbs install in the cr-proxy folder? should be in coc/messages and in there you should have cr-messages as definitions

ghost commented 7 years ago

Yup. You've got it