All Projects â†’ haxzie â†’ Instagram Live Streamer

haxzie / Instagram Live Streamer

Licence: mit
[Unofficial] Broadcast to Instagram Live anything from your PC/Laptop

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Instagram Live Streamer

Instagram Web Api
🤳 Instagram Private Web API client for Node
Stars: ✭ 694 (+199.14%)
Mutual labels:  api, instagram
Instatrack
Convert Instagram user ID to username & vice versa
Stars: ✭ 70 (-69.83%)
Mutual labels:  api, instagram
Goinsta
Unofficial Instagram API written in Golang
Stars: ✭ 733 (+215.95%)
Mutual labels:  api, instagram
Instapy Cli
✨ Python library and CLI to upload photo and video on Instagram. W/o a phone!
Stars: ✭ 498 (+114.66%)
Mutual labels:  api, instagram
Streamwall
Display a mosaic of livestreams. Built for streaming.
Stars: ✭ 160 (-31.03%)
Mutual labels:  livestream, instagram
Swiftinstagram
Instagram API client written in Swift
Stars: ✭ 570 (+145.69%)
Mutual labels:  api, instagram
Pixeval
A Strong, Fast and Flexible Pixiv Client based on .NET Core and WPF
Stars: ✭ 1,031 (+344.4%)
Mutual labels:  api, desktop-app
Tools For Instagram
Automation scripts for Instagram
Stars: ✭ 274 (+18.1%)
Mutual labels:  api, instagram
Igdm
Desktop application for Instagram DMs
Stars: ✭ 1,880 (+710.34%)
Mutual labels:  instagram, desktop-app
Swiftagram
A modern Swift wrapper for Instagram Private API.
Stars: ✭ 100 (-56.9%)
Mutual labels:  api, instagram
Instagram
An easy-to-use and simple Instagram package
Stars: ✭ 496 (+113.79%)
Mutual labels:  api, instagram
Node Instagram
Instagram api client for node that support promises.
Stars: ✭ 185 (-20.26%)
Mutual labels:  api, instagram
React Native Vision Camera
📸 The Camera library that sees the vision.
Stars: ✭ 443 (+90.95%)
Mutual labels:  api, instagram
Instagram Api
Instagram's private API
Stars: ✭ 5,168 (+2127.59%)
Mutual labels:  api, instagram
Pyinstalive
Python script to download Instagram livestreams and replays.
Stars: ✭ 336 (+44.83%)
Mutual labels:  livestream, instagram
Public Instagram
Tool to fetch Instagram's public content.
Stars: ✭ 43 (-81.47%)
Mutual labels:  api, instagram
angular2-instagram
🔥Instagram like photo filter playground built with Angular2 (Web | Desktop)
Stars: ✭ 91 (-60.78%)
Mutual labels:  desktop-app, instagram
InstaLV
Live stream from desktop to Instagram
Stars: ✭ 27 (-88.36%)
Mutual labels:  instagram, livestream
Pervertgram
A project for stalking people on Instagram.
Stars: ✭ 88 (-62.07%)
Mutual labels:  api, instagram
Swiftyinsta
Instagram Private API Swift
Stars: ✭ 165 (-28.88%)
Mutual labels:  api, instagram

Streamon - Instagram Live Streamer [UnOfficial]

Stream to Instagram live from PC using OBS Studio or any streaming software.

JOIN THE COMMUNITY - Telegram | Twitter

Download

I am constantly updating and fixing things. Follow our Twitter account to stay in loop with all the new releases, fixes and security updates. To have a chat regarding features or collab, feel free to join our Telegram channel

Head over to the downloads section of the website

NOTE: Due to privacy concerns and due to Instagram's terms of services we are providing the app by removing all the branding of Instagram. We do not encourage you to redistribute the application due to this.

Installation

macOS

Please refer to INSTALL.md file for further installation instructions

Building the packages

Clone the project into your local machine and install the dependencies. Make sure you have latest version of Node, NPM and Python installed.

git clone https://github.com/haxzie/instagram-live-streamer.git
cd instagram-live-streamer
npm install
npm run build

Linux

Run the following command to generate installable packages for linux (Debian/Ubuntu).

npm run dist:linux

The above command will generate installable .deb package in the dist sub directory of the project. You can cd into the folder and install the package using dpkg.

cd dist
sudo dpkg -i instagram-live-streamer_0.1.0_amd64.deb

Windows

Run the following command to generate installable packages for Windows.

npm run dist:win

The above command will generate installable package in the dist sub directory of the project. You can then manually install the app using the installer

MacOS

Run the following command to generate installable packages for MacOS.

npm run dist:mac

The above command will generate installable package in the dist sub directory of the project. You can then manually install the app using the installer

Usage

  • Open the application and sign in using your Instagram username and password.

    Please note, we are not storing any of your credentials in any servers, this is completely a client-side application

  • Click on Start Streaming and wait for the Stream URL and Stream Key to be populated
  • Open any of your favorite streaming software, If you are using OBS Studio click on settings -> stream -> choose custom and copy paste the stream url and key from the app.
  • Click on start streaming in OBS Studio
  • In the application when you are ready, hit the Go Live Button

Watch the video to get a better idea on how to setup instagram live streamer with OBS Studio

Project Setup

This application uses Electron and React with Instagram Private APIs thanks to @dilame

Clone the project to your local machine

git clone https://github.com/haxzie/instagram-live-streamer.git

Install dependencies

cd instagram-live-streamer
npm install

Run the app in development mode

npm run electron-dev

TODO

  • [ ] Persist user session
  • [ ] Live preview of the stream
  • [ ] Ability to stream with out third party softwares
  • [ ] Ability to see comments and live viewer count

Disclaimer

This app or the creator is not associated or affiliated to Instagram. This is an unofficial application and stands no liability or warranty of usage. Use at your own risk.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].