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.
git clone https://github.com/RaihanStark/instaliveweb.git
cd instaliveweb/python -m venv env
env\Scripts\activate.batpip install -r requirements.txtset FLASK_ENV=development
flask runHarryPython - itsagramlive ( CLI Version )
Raihan Yudo Saputra - instaliveweb ( Web Version - this repo)
Distributed under the GNU GPLv3 license. See
LICENSEfor more information.
- Fork it (https://github.com/RaihanStark/instaliveweb/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
