Skip to content

Commit

Permalink
Merge pull request #1495 from MeatyAri/master
Browse files Browse the repository at this point in the history
📝 Added Installation Guide & Fixed Typos in README.md
  • Loading branch information
adw0rd authored Jul 28, 2023
2 parents 3bad8c5 + b05a461 commit 7e24cec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ For any other languages (e.g. C++, C#, F#, D, [Golang](https://github.com/adw0rd
* [Datalama SaaS](https://datalama.io/) - Social Networks Cache
* [Telegram Bot for Download Posts, Stories and Highlights](https://t.me/instagram_load_bot)

### Installation

```
pip install instagrapi
```

### Basic Usage

``` python
Expand All @@ -66,7 +72,7 @@ from instagrapi import Client
cl = Client()
cl.login(ACCOUNT_USERNAME, ACCOUNT_PASSWORD)

user_id = cl.user_id_from_username("adw0rd")
user_id = cl.user_id_from_username(ACCOUNT_USERNAME)
medias = cl.user_medias(user_id, 20)
```

Expand Down

0 comments on commit 7e24cec

Please sign in to comment.