instagram-live-private-api
v0.0.3
Published
Livestream API for instagram.
Downloads
1
Readme
instagram-live-private-api-js
Typescript framework for interfacing with instagram live API. The goal of framework is to provide a simple way of interacting with instagram live functionality, without using the official app.
Usage example in src/example/ folder.
Features:
- Authentication:
- Basic login with email and pass
- TODO: 2FA auth
- TODO: Support for other login related security verifications
- Broadcast:
- Start a start new live stream and get rtmps links
- TODO: Mute/unmute
- TODO: Get viewers list
- TODO: Get likes count &| like
- TODO: Post live to IGTV
- TODO: Comment, ping & unpin comment
- TODO: Retrieve stream info from ig server
- TODO: Research other stream related features if any?