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.bat
pip install -r requirements.txt
set FLASK_ENV=development
flask run
HarryPython - itsagramlive ( CLI Version )
Raihan Yudo Saputra - instaliveweb ( Web Version - this repo)
Distributed under the GNU GPLv3 license. See
LICENSE
for 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