I’m just playing around with Python Twitter Tools but given that I am new to Python, I can’t work out to set it up.
Step 1: Download and unzip the files from: https://github.com/sixohsix/twitter
Step 3: Install python-pip on your computer which is a tool for installiing Python software:
apt-get install python-pip
Step 4: Browse the folder and run:
apt-get install twitter
Step 5: Then you are can just run
The software will then authenticate with Twitter. You just have to login and get the pin number for the application.
Enjoy.