Giter Site home page Giter Site logo

raihanstark / instalivecli Goto Github PK

View Code? Open in Web Editor NEW
19.0 4.0 8.0 86 KB

Instalivecli is a cli app that create a Instagram Live and provide you a rtmp server and stream key to streaming using sofwares like OBS-Studio.

License: GNU General Public License v3.0

Python 100.00%
python cli cli-app instagram instagram-api python-api requests bot python-bot instagram-bot

instalivecli's Introduction

Hi ๐Ÿ‘‹, I'm Raihan Yudo Saputra

An experienced full-stack web developer from Bekasi, Indonesia.

  • ๐Ÿ”ญ Iโ€™m currently open for work
  • ๐Ÿ‘จโ€๐Ÿ’ป Focusing my career as a Front-end Engineer
  • ๐Ÿ’ฌ Ask me about Web Development
  • ๐Ÿ“ซ How to reach me [email protected]

Connect with me:

raihan-yudo-saputra-43aa2517b @raihansaputra


raihanstark

raihanstark

instalivecli's People

Contributors

anaelorlinski avatar deepsourcebot avatar eelcohn avatar raihanstark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

instalivecli's Issues

Error: Pyperclip could not find a copy/paste mechanism for your system.

Hi,

I found the following error when tried to run this script:

Let's do it!
You'r logged in
Traceback (most recent call last):
File "live_broadcast.py", line 5, in
live.start()
File "/root/instalivecli/InstaLiveCLI/InstaLiveCLI.py", line 428, in start
if self.create_broadcast():
File "/root/instalivecli/InstaLiveCLI/InstaLiveCLI.py", line 617, in create_broadcast
pyperclip.copy(self.stream_key)
File "/usr/local/lib/python3.8/site-packages/pyperclip/init.py", line 618, in lazy_load_stub_copy
return copy(text)
File "/usr/local/lib/python3.8/site-packages/pyperclip/init.py", line 303, in call
raise PyperclipException(EXCEPT_MSG)
pyperclip.PyperclipException:
Pyperclip could not find a copy/paste mechanism for your system.
For more information, please visit https://pyperclip.readthedocs.io/en/latest/index.html#not-implemented-error

I have same problem on Ubuntu Bionic 64bit and CentOS 8 64bit with python3.8 and no X11
I also already installed xsel and xclip but didn't solve this issue.

Do you have any suggestions?

Thank you

Module not found??

After successfully installing
Successfully installed InstaLiveCLI-1.0.3
I get a module not found "No module named 'InstaLiveCLI'"
when I run the below code

from InstaLiveCLI import InstaLiveCLI

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

Any help appreciated.
Thanks

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.