Telegram-Weather-Bot
                                
                                 Telegram-Weather-Bot copied to clipboard
                                
                                    Telegram-Weather-Bot copied to clipboard
                            
                            
                            
                        Telegram TOKEN visible
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.
BUMP
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.)