You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone can take over this bot. (I haven't checked, maybe they already have).
You should use a .env file to store your environment variables. (import dotenv library, and use loadenv() to load the file. Then load the variable with os.getenv('TOKEN'), for example. Then add .env to .gitignore.)
Your Telegram TOKEN and openweathermap.org API key are published on github (responseController.py).
It would be a good idea to remove these (replace with YOUR-TOKEN-HERE or similar), or somebody could hijack your bot.
The text was updated successfully, but these errors were encountered: