Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 535 Bytes

Readme.md

File metadata and controls

21 lines (13 loc) · 535 Bytes

Twitter API and SDK tools:

For accessing this Twitter API you need an Twitter account

Installing SDK in raspberrypi

sudo apt-get update
sudo apt-get install python-pip
sudo pip install twython

To register your app you need to setup an account in

Go to this website :Register here

We need an 4 keys to access like Consumer API keys and Access token and Access token Secret

Final Result:

Twython