Code Monkey home page Code Monkey logo

instalivecli's Introduction

InstaLiveCLI

๐Ÿ ๐ŸŒ ๐ŸŒŸ
Live Instagram with CLI
InstaLiveCLI is a Python CLI that create and control an Instagram Live and provide you a rtmp server and stream key to streaming using sofwares like OBS-Studio or XSplit Broadcaster.

The little script that could. Built with โค๏ธŽ by Raihan Yudo Saputra and make it possible by harrypython

Table of Contents

Features

  • stability: It's very stable script to starting your live โญ
  • easy to use: using arguments or write it yourself in script ๐Ÿ’จ
  • fully featured: control your broadcast just like in the app โœจ
  • cookie persistent: login once, use it anytime for 90 days ๐Ÿ‘
  • python: Everyone knows that, It's a python ๐Ÿ

Installation

pip install InstaLiveCLI

Commands

  • info Show details about the broadcast
  • mute comments Prevent viewers from commenting
  • unmute comments Allow viewers do comments
  • viewers List viewers
  • chat Send a comment
  • comments Get the list of comments
  • wave Wave to a viewer
  • stop Terminate broadcast

Example

There's two ways how to use and operate it, with Command Line and Script:

> Command Line

from InstaLiveCLI import InstaLiveCLI

live = InstaLiveCLI()
live.start()
python3 live_broadcast.py -u yourInstagramUsername -p yourPassword -proxy user:password@ip:port

and you're ready to go. ๐Ÿ’ฅ

> Scripting

It possible to use this package in your projects without needing to configure and code anything, just place it! ๐Ÿ’•

from InstaLiveCLI import InstaLiveCLI

live = InstaLiveCLI(
	username='foo',
	password='bar'
)
"""
And you can access all the function on the class
You can read the documentation!
"""
live.create_broadcast() #for example
print(live.stream_key) # ...
python3 live_broadcast.py

Want to see more examples? Check out the documentation. ๐Ÿ“–

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.

Author

License

GNU GPLv3

See Also

instalivecli's People

Contributors

raihanstark avatar deepsourcebot avatar anaelorlinski avatar eelcohn avatar gdevilbat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.