Marco Rougeth

Results 67 comments of Marco Rougeth

@romulocollopy cara, acho que essa alteração quebra a integração com o Messenger. Você chegou a testar ai? Na documentação diz que o json abaixo chega pelo webhook: ```python { "object":"page",...

@jessicapaz sure! Thanks.

Hi @kaduev13, thanks for the PR. I made some comments, could you take a look at them? Also, what do you think about adding some tests?

Hi @Itisfilipe, I was completely out in the past few months, so project was "paused". No, we don't have milestones and/or roadmap, but I do have plenty of ideas in...

Hi @patrickelectric, you ran `bottery startproject `, configured your bot token on `settings.py` and executed `bottery run`? This message indicates that something on configurations step didn't work (e.g. setting polling...

My guess would be something related to the polling mode. Since it keeps requesting updates from Telegram API, could the VPS be thinking your are DDoSing them? I would suggest...

Oh, I thought it was working on your local machine. The token you put on `settings.py` is exactly as you got from BotFather? This is probably the case.

Alright, when you said `same error` did you mean the `No tasks found` problem? I don't know how Telegram reacts when there are two different machines making request for its...

Need https://github.com/jllorencetti/pytest-deadfixtures/issues/21

@guidiego In the example you gave at #102, you'll want that the bot respond or act in some way depending on which button the user clicked, right? If whatspp doesn't...