Hello, I am trying to recreate this project.
It uses a combination of Python and Twitter and an Arduino.
I installed the twitter library that it supplied, I ran the python code and I get this error.
Traceback (most recent call last):
File "<pyshell#0>", line 10, in <module>
import twitter
File "C:\Python27\lib\site-packages\twitter.py", line 37, in <module>
import requests
ImportError: No module named requests
>>>
Could it be something to do with the Twitter Python Module not installed correctly?
After all of this trouble I decided to go a different approach. To use an Ethernet or WiFly shield and have it run independently.
I found a Twitter Controlled Pet Feeder here using an Ethernet shield. (http://www.instructables.com/id/Twitter-Controlled-Pet-Feeder/) Would it work if I modified the Arduino code to use a WiFly and instead of turning on a pet feeder I would obviously just turn on a Coffee Pot.
Can anyone offer some advice on what I would do to make either of these approaches work?
Thank you