Go to advanced search

by mogupyogu
Tue Feb 04, 2014 12:24 am
Forum: Python
Topic: Internet of Thing Printer
Replies: 7
Views: 1569

Re: Internet of Thing Printer

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...
by mogupyogu
Mon Feb 03, 2014 11:56 pm
Forum: Python
Topic: Internet of Thing Printer
Replies: 7
Views: 1569

Re: Internet of Thing Printer

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...
by mogupyogu
Mon Feb 03, 2014 11:43 pm
Forum: Python
Topic: Internet of Thing Printer
Replies: 7
Views: 1569

Re: Internet of Thing Printer

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! :lol:
by mogupyogu
Mon Feb 03, 2014 8:59 pm
Forum: Python
Topic: Internet of Thing Printer
Replies: 7
Views: 1569

Internet of Thing Printer

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...

Go to advanced search