InstaTweet Package
Below, you’ll find the documentation for each class/module in the InstaTweet
package.
Just want to get started?
If you don’t care about the details and just want to get this running… I get you.
You’ll only need to be familiar with
The
InstaTweet
class, which is used tostart()
the “main script”The
db
module, but only if you plan to save data remotely
Otherwise, the other classes are pretty self explanatory
Tip
InstaClient
sends requests to InstagramTweetClient
wraps thetweepy.API
tosend_tweet()
based off anInstaPost
The
db
module contains theProfiles
database table and theDBConnection
class