dialogflow-webhook-response-libary-in-python
dialogflow-webhook-response-libary-in-python copied to clipboard
added google hangout reponse && static analysis fixed
- 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)
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.