Metadata-Version: 2.1
Name: ItsAGramLive
Version: 0.2.1
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
Project-URL: Example, https://github.com/harrypython/itsagramlive/blob/master/live_broadcast.py
Project-URL: Bug Reports, https://github.com/harrypython/itsagramlive/issues
Project-URL: Buy me a coffee, https://www.buymeacoffee.com/harrypython
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyperclip (>=1.8.0)
Requires-Dist: progress (>=1.5)
Requires-Dist: setuptools (>=46.1.3)
Requires-Dist: requests (>=2.23.0)

<a href="https://github.com/harrypython/itsagramlive/blob/master/LICENSE">
    <img src="https://img.shields.io/badge/license-GPLv3-blue.svg" />
</a>
<a href="https://www.python.org/">
    <img src="https://img.shields.io/badge/built%20with-Python3-red.svg" />
</a>

# 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()

live.start()
```

```bash
python3 live_broadcast.py -u yourInstagramUsername -p yourPassword -proxy user:password@ip:port -share True -mute_comments False -send_notifications 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/)


<a href="https://www.buymeacoffee.com/harrypython" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" style="height: 37px !important;" ></a>

