shashankpr / DobbyBot

This is a Python implementation of Chatbot using Messenger and Wit.ai.
MIT License
0 stars 0 forks source link

Do not publish access tokens to Git #9

Closed shashankpr closed 7 years ago

shashankpr commented 7 years ago

@leochirag remove access tokens in weather.py and other files. Please add them in .env by using dotenv or anything else.

Refer :

  1. https://github.com/mattseymour/python-env

  2. https://github.com/theskumar/python-dotenv

shashankpr commented 7 years ago

Issue fixed with #12