Python Twitter API program returns error code 403: Forbidden
I am a beginner working through the python basics course on Freecodecamp.com. I am using Mac OS, python3.10. I am trying to connect to twitter's API using an http request, gather data and then parse that data. I made a…