Python os.getenv() returning None when set Windows environment variables – Twitter API
I am following a Twitter bot tutorial using the Twippy library and Twitter API: https://realpython.com/twitter-bot-python-tweepy/ I set the config.py file and set my Windows environment variables as user variables with all my tokens. But when I run my file, it…