Skip to content

Commit 950c737

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

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,20 @@ for user in likers.users:
306306

307307
<details>
308308

309+
<summary>Change Profile Picture</summary><br>
310+
311+
```python
312+
from ensta import Mobile
313+
314+
mobile = Mobile(username, password)
315+
316+
mobile.change_profile_picture("image.jpg")
317+
```
318+
319+
</details>
320+
321+
<details>
322+
309323
<summary>Edit Biography, Display Name</summary><br>
310324

311325
```python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22
from pathlib import Path
33

4-
version = "5.1.2"
4+
version = "5.1.3"
55
long_description = (Path(__file__).parent / "README.md").read_text(encoding="utf-8")
66

77
setup(

0 commit comments

Comments
 (0)