Problems with "Sensor Twitter Feed" Project

Hi!

Has anybody tried with this project using Twitter?

Apparently, the twitter.py is not included in the RPi and the project can’t send any info :slight_smile:

Thank you in advance for your help

Pedro

Hey Pedro, can you paste the error here?

You might need to install the twitter package for python?

Hi,
Use sudo pip install twitter to install the package on your raspberry pi.

-Karan

Thank you.

sudo pip install twitter doesn’t fix the problem. Shows already current version yet get ImportError: … ‘twitter’.
sudo pip install python-twitter ditto.

@jhphelan
I answered you in the other thread: No Twitter module for Sensor Twitter Example?