Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.2 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.2 KB

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