May 2019
Beginner
528 pages
29h 51m
English
In the next several sections, you’ll invoke various cloud-based Twitter APIs via Tweepy. Here you’ll begin by using Tweepy to authenticate with Twitter and create a Tweepy API object, which is your gateway to using the Twitter APIs over the Internet. In subsequent sections, you’ll work with various Twitter APIs by invoking methods on your API object.
Before you can invoke any Twitter API, you must use your API key, API secret key, access token and access token secret to authenticate with Twitter.8 Launch IPython from the ch13 examples folder, then import the tweepy module and the keys.py file that you modified earlier in this chapter. You can import any .py file as a module by using the file’s name ...
Read now
Unlock full access