Skip to content

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.

Notifications You must be signed in to change notification settings

angel-acevedo-sanchez/TwitterAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Description

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.

How to get Bareer_key

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages