dialogflow-webhook-response-libary-in-python icon indicating copy to clipboard operation
dialogflow-webhook-response-libary-in-python copied to clipboard

added google hangout reponse && static analysis fixed

Open martialo12 opened this issue 3 years ago • 1 comments

  • I did some static analysis(fixing for example trailing spaces....) with flake8
  • I added a class for managing google hanghout response(I tried it in my own project and it's working perfectly)

martialo12 avatar May 18 '22 14:05 martialo12

I set up github actions for python. This way github actions will failed if someone push something tha doesn't respect the PEP8 Standard I highly recommend this because it's a best practise when it comes to write python code.

martialo12 avatar May 19 '22 09:05 martialo12