I think I'm still missing something. When using queryStrings = [] sources = ['TheTweetOfGod', 'TheOnion', 'TFLN' ] for source in sources: queryStrings.append('from:' + source) I get an error: Traceback (most recent call last): File "twitter.py", line 50, in <module> queryStrings.append('from:' + sou...
Thanks for the heads up, Dougie. I actually pulled my code from GitHub when I first set this up. It should be the most current but I'll definitely check it and make sure. I was actually following your post regarding "main.py" on the adafruit forums. Without knowing, you actually pointed me in the ri...
AH! That makes SO much sense! Thank you so much for your response, paddyg. I've been fighting with this for days and you're the first person to give me something I can actually use. Again, thank you for your help. This has been driving me crazy!
Hi Everyone, I've recently purchased an "Internet of Things" - Raspberry Pi edition - from AdaFruit to experiment with and learn on. This isn't my first RPi but it is my first real foray into Python. I've been working on a piece of sample sample code that they include in order to help get you starte...