Skip to content

InstaLiveWeb is a Python Flask Webapp that create a Instagram Live and provide you a rtmp server and stream key to streaming using sofwares like OBS-Studio.

License

Notifications You must be signed in to change notification settings

kyroskoh/instaliveweb

Repository files navigation

InstaLiveWeb

InstaLiveWeb is a Python Flask webapp that create a Instagram Live and provide you a rtmp server and stream key to streaming using sofwares like OBS-Studio. detail v0.3

Installation

> Clone this repo

git clone https://github.com/RaihanStark/instaliveweb.git
cd instaliveweb/

> Installing and activating the virtual environment

python -m venv env
env\Scripts\activate.bat

> Installing Packages

pip install -r requirements.txt

Running on Local

set FLASK_ENV=development
flask run

Author

HarryPython - itsagramlive ( CLI Version )
Raihan Yudo Saputra - instaliveweb ( Web Version - this repo)

Distributed under the GNU GPLv3 license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/RaihanStark/instaliveweb/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

InstaLiveWeb is a Python Flask Webapp that create a Instagram Live and provide you a rtmp server and stream key to streaming using sofwares like OBS-Studio.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published