Metadata-Version: 2.1
Name: ItsAGramLive
Version: 0.1.5
Summary: Its A Gram Live is a Python script that create a Instagram Live and provide you a rtmp server and stream key to streaming using sofwares like OBS-Studio.
Home-page: https://github.com/harrypython/itsagramlive
Author: Harry Python
Author-email: harrypython@protonmail.com
License: GPL-3.0
Description: # It's A Gram Live
        
        It's A Gram Live is a Python script that create a Instagram Live and provide you a rtmp server and stream key to streaming using sofwares like OBS-Studio.
        
        ## Installation
        
        ```bash
        pip install ItsAGramLive
        ```
        ## Usage
        
        ```python
        from ItsAGramLive import ItsAGramLive
        
        live = ItsAGramLive()
        
        broadcast_id = live.create_broadcast()
        
        live.start_broadcast(broadcast_id)
        
        live.end_broadcast(broadcast_id)
        ```
        
        ```bash
        python3 live_broadcast.py -u yourInstagramUsername -p yourPassword -proxy user:password@ip:port -share True
        ```
        
        The output will give you the RTMP Server address and the Stream key (automatically copied to your clipboard)
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        [ GNU GPLv3 ](https://choosealicense.com/licenses/gpl-3.0/)
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
