Skip to content

Commit

Permalink
Added table of contents to docs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
adw0rd committed Jul 13, 2021
1 parent 6f8b7c1 commit 66a42ce
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Fast and effective Instagram Private API wrapper (public+private requests and challenge resolver) without selenium. Use the most recent version of the API from Instagram, which was obtained using [reverse-engineering with Charles Proxy](https://adw0rd.com/2020/03/26/sniffing-instagram-charles-proxy/en/) and [Proxyman](https://proxyman.io/).

*Instagram API valid for **9 July 2021** (last reverse-engineering check)*
*Instagram API valid for **13 July 2021** (last reverse-engineering check)*

Support **Python >= 3.6**

Expand Down
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@

Fast and effective Instagram Private API wrapper (public+private requests and challenge resolver). Use the most recent version of the API from Instagram, which was obtained using [reverse-engineering with Charles Proxy](https://adw0rd.com/2020/03/26/sniffing-instagram-charles-proxy/en/) and [Proxyman](https://proxyman.io/).

*Instagram API valid for **5 July 2021** (last reverse-engineering check)*
*Instagram API valid for **13 July 2021** (last reverse-engineering check)*

Support **Python >= 3.6**

For any other languages (e.g. C++, C#, F#, D, [Golang](https://github.com/adw0rd/instagrapi-rest/tree/main/golang), Erlang, Elixir, Nim, Haskell, Lisp, Closure, Julia, R, Java, Kotlin, Scala, OCaml, JavaScript, Crystal, Ruby, Rust, [Swift](https://github.com/adw0rd/instagrapi-rest/tree/main/swift), Objective-C, Visual Basic, .NET, Pascal, Perl, Lua, PHP and others), I suggest using [instagrapi-rest](https://github.com/adw0rd/instagrapi-rest)


[Support Chat in Telegram](https://t.me/instagrapi)
![](https://gist.githubusercontent.com/m8rge/4c2b36369c9f936c02ee883ca8ec89f1/raw/c03fd44ee2b63d7a2a195ff44e9bb071e87b4a40/telegram-single-path-24px.svg) and [GitHub Discussions](https://github.com/adw0rd/instagrapi/discussions)

Expand Down
54 changes: 27 additions & 27 deletions docs/usage-guide/fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@ The first request to fetch media/user is `public` (anonymous), if instagram rais

## Detailed Sections

* [Index](index.md)
* [Getting Started](getting-started.md)
* [Interactions](usage-guide/interactions.md)
* [`Media`](usage-guide/media.md) - Publication (also called post): Photo, Video, Album, IGTV and Reels
* [`Resource`](usage-guide/media.md) - Part of Media (for albums)
* [`MediaOembed`](usage-guide/media.md) - Short version of Media
* [`Account`](usage-guide/account.md) - Full private info for your account (e.g. email, phone_number)
* [`User`](usage-guide/user.md) - Full public user data
* [`UserShort`](usage-guide/user.md) - Short public user data (used in Usertag, Comment, Media, Direct Message)
* [`Usertag`](usage-guide/user.md) - Tag user in Media (coordinates + UserShort)
* [`Location`](usage-guide/location.md) - GEO location (GEO coordinates, name, address)
* [`Hashtag`](usage-guide/hashtag.md) - Hashtag object (id, name, picture)
* [`Collection`](usage-guide/collection.md) - Collection of medias (name, picture and list of medias)
* [`Comment`](usage-guide/comment.md) - Comments to Media
* [`Story`](usage-guide/story.md) - Story
* [`StoryLink`](usage-guide/story.md) - Link (Swipe up)
* [`StoryLocation`](usage-guide/story.md) - Tag Location in Story (as sticker)
* [`StoryMention`](usage-guide/story.md) - Mention users in Story (user, coordinates and dimensions)
* [`StoryHashtag`](usage-guide/story.md) - Hashtag for story (as sticker)
* [`StorySticker`](usage-guide/story.md) - Tag sticker to story (for example from giphy)
* [`StoryBuild`](usage-guide/story.md) - [StoryBuilder](https://github.com/adw0rd/instagrapi/blob/master/instagrapi/story.py) return path to photo/video and mention co-ordinates
* [`DirectThread`](usage-guide/direct.md) - Thread (topic) with messages in Direct Message
* [`DirectMessage`](usage-guide/direct.md) - Message in Direct Message
* [`Insight`](usage-guide/insight.md) - Insights for a post
* [Development Guide](development-guide.md)
* [Handle Exceptions](usage-guide/handle_exception.md)
* [Exceptions](exceptions.md)
* [Index](../index.md)
* [Getting Started](../getting-started.md)
* [Interactions](interactions.md)
* [`Media`](media.md) - Publication (also called post): Photo, Video, Album, IGTV and Reels
* [`Resource`](media.md) - Part of Media (for albums)
* [`MediaOembed`](media.md) - Short version of Media
* [`Account`](account.md) - Full private info for your account (e.g. email, phone_number)
* [`User`](user.md) - Full public user data
* [`UserShort`](user.md) - Short public user data (used in Usertag, Comment, Media, Direct Message)
* [`Usertag`](user.md) - Tag user in Media (coordinates + UserShort)
* [`Location`](location.md) - GEO location (GEO coordinates, name, address)
* [`Hashtag`](hashtag.md) - Hashtag object (id, name, picture)
* [`Collection`](collection.md) - Collection of medias (name, picture and list of medias)
* [`Comment`](comment.md) - Comments to Media
* [`Story`](story.md) - Story
* [`StoryLink`](story.md) - Link (Swipe up)
* [`StoryLocation`](story.md) - Tag Location in Story (as sticker)
* [`StoryMention`](story.md) - Mention users in Story (user, coordinates and dimensions)
* [`StoryHashtag`](story.md) - Hashtag for story (as sticker)
* [`StorySticker`](story.md) - Tag sticker to story (for example from giphy)
* [`StoryBuild`](story.md) - [StoryBuilder](https://github.com/adw0rd/instagrapi/blob/master/instagrapi/story.py) return path to photo/video and mention co-ordinates
* [`DirectThread`](direct.md) - Thread (topic) with messages in Direct Message
* [`DirectMessage`](direct.md) - Message in Direct Message
* [`Insight`](insight.md) - Insights for a post
* [Development Guide](../development-guide.md)
* [Handle Exceptions](handle_exception.md)
* [Exceptions](../exceptions.md)

0 comments on commit 66a42ce

Please sign in to comment.