December 2018
Intermediate to advanced
318 pages
8h 28m
English
We will use the Python package tweepy to access the Twitter API. If you do not have it installed, please follow these steps:
easy_install tweepyInstall it from source:
git clone git://github.com/tweepy/tweepy.git
cd tweepy
python setup.py installimport tweepy
api_key = 'g5uPIpw80nULQI1gfklv2zrh4'api_secret = 'cOWvNWxYvPmEZ0ArZVeeVVvJu41QYHdUS2GpqIKtSQ1isd5PJy'access_token = '49722956-TWl8J0aAS6KTdcbz3ppZ7NfqZEmrwmbsb9cYPNELG'access_secret = '3eqrVssF3ppv23qyflyAto8wLEiYRA8sXEPSghuOJWTub
Read now
Unlock full access