Skip to content

Commit 78fc22e

Browse files
committed
introducing MobileHost class - instagram mobile api
1 parent b1266b2 commit 78fc22e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ensta/Host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# noinspection PyMissingConstructor
99
class Host(SessionHost):
1010

11-
DEFAULT_FILE: str = "ensta-session.txt"
11+
DEFAULT_FILE: str = "ensta-web-session.txt"
1212

1313
identifier: str = None
1414
password: str = None
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import json
1010

1111

12-
class MobileHost:
12+
class Mobile:
1313

1414
session: Session
1515
credentials: Credentials

ensta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
from ensta.PasswordEncryption import PasswordEncryption
66
from ensta.Authentication import new_session_id
77
from ensta.Direct import Direct
8-
from ensta.MobileHost import MobileHost
8+
from ensta.Mobile import Mobile
99
from ensta.Credentials import Credentials

0 commit comments

Comments
 (0)