Easy Tutorial For Getting Twitter Friends Using Python & Tweepy
HowTo tutorial tweepy twitter · 1 comment · 850 words · Viewed ~3,731 times

Here's a very simple introduction to getting started with Tweepy - a Python program which lets you access Twitter. This will work on small computers like the Raspberry Pi. Everything here takes place in the Terminal on the Command Line. This should work on Windows and Mac - but I'm using Linux. Get Python Open your terminal or command prompt. Type python You should see something like: …
Continue reading →