In this repository, I show how to get a connection with Twitter through its API using Python. Once the connection has been established, the program shows how to get user's friends.
Open cmd on Windows and type curl -u "xxxxxxxxx" --data "grant_type=client_credentials" "https://api.twitter.com/oauth2/token" where xxxxxx is your client_key. Must include the quotes.