DopeforHope

Results 10 comments of DopeforHope

Could you provide a basic developer example how to start the bot locally and maybe how to test it? This would allow interested developers and especially students to contribute to...

> Another thing, if I try running as server I get this error: > > ``` > friend ID => 0 > err: -1 > SIOCSIFMTU: Operation not permitted >...

One has to add a custom header parameter, store it, parse it into a dict and add the header around the following lines, right? ``` headers = { 'User-Agent': 'Mozilla/5.0...

So investigated again the bug. The point is the following: I have the telegram-cli open for both and currently executing the commands manually. Clients wo want to establish a secret...

Thanks for the quick response. During the work on the yaml files, I noticed that the Docker images aren't even publicly available at Docker Hub. I will create an extra...

> Great that there are now docker images available on docker hub. @DopeforHope would you mind to share your k8s yaml files? We are preferring plain kustomize - Helm is...

Had the same problem with tests (`make test`) on Ubuntu 18.04 and this fixed the issue.

Just comment line 128 `sender.msg(username, unicode('Hello, I would like to establish a Layer 3 Tunnel with you! -teletun'))`. One side tries to decode it as base64 and therefore raises the...

It seems like you're trying to make tgvoip. I only could install the library by issuing the following commands: ``` autoreconf --force --install ./configure --disable-static make sudo make install sudo...