Wednesday, June 24, 2015

How to Install Python Twitter Master

First download Python Twitter Master from GitHub.
Then,
Extract the downloaded file and put it in a desktop (that makes you easy to navigate from command prompt)

Go to command prompt.
Type cd desktop command and press Enter
Type cd python-twitter-master command and press Enter (the folder name that you just extracted)
Type python setup.py install command and press Enter.

Then you're done.

How to Install Tweepy Python

First download Tweepy from GitHub.
Then,
Extract the downloaded file and put it in a desktop (that makes you easy to navigate from command prompt)

Go to command prompt.
Type cd desktop command and press Enter
Type cd tweepy-master command and press Enter (the folder name that you just extracted)
Type python setup.py install command and press Enter.

Then you're done.
You'll see the following screen when you press the above command.

Installation of Tweepy Python