Aavtic

Results 2 issues of Aavtic

# here is my code client = Client() client.load_settings('files/dumps.json') client.login(username='', password='') client.get_timeline_feed() print('logged in') user = 'useraccount' id = client.user_id_from_username(user) user_story = client.user_stories(user_id=id) print(user_story) for story in user_story : story...

`#` here is my code client = Client() client.load_settings('files/dumps.json') client.login(username='', password='') client.get_timeline_feed() print('logged in') user = 'useraccount' id = client.user_id_from_username(user) user_story = client.user_stories(user_id=id) print(user_story) for story in user_story : info...