This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from instagram_private_api import Client, ClientCompatPatch | |
| from instagram_private_api_extensions import pagination | |
| import json, time | |
| user_name = 'UserName' | |
| password = 'PassWord' | |
| api = Client(user_name, password) | |
| items=[] |