Nick Lee
Nick Lee
Hello, 1. Is it deliberate to not include dependencies such as spidev? The main reason is that all dependencies are normally included in Raspbian, and there is no need to...
[Aiohttp](https://docs.aiohttp.org) is currently at 3.0.1 and it did have 3.0.0. So I am not sure why your `pip` or `pip3` cannot find it. Maybe you can try `pip install aiohttp`...
I have tried these on Raspbian Stretch and Ubuntu 16.04: ``` sudo pip3 install aiohttp==3.0.0 sudo pip3 install --upgrade aiohttp ``` Both commands work fine on both platforms, the first...
Thanks @codingever. `sendMediaGroup()` expects an *array* of media, while `editMessageMedia()` expects a single media. Your solution is right on.
But I can see it! The inline keyboard appears just below the bot's reply "Would you marry me?" and just above the textbox where you normally do the typing.
Please confirm, are you guys using *uWSGI*? I don't have much experience with wsgi, uwsgi, or nginx. but a web search seems to link nginx with uwsgi (with a 'u'...
Yes, `DelegatorBot` in telepot's traditional version uses threads. Any environments that disallow Python threads would not be able to run `DelegatorBot`. I personally don't use PythonAnywhere, so can't suggest much...
For something that acts like a server, e.g. `MessageLoop`, I don't think it's necessary to provide a way to stop it from within the library. I think having the ability...
@bablokb, I get your point. I never envision an "integrated bot" within another application. But it is possible. I will put the cancelling capability on my todo list. Just can't...
Oops, I mixed up. Thanks @aragaer for PR #268.