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