Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

post to instagram from pc python

from instapy_cli import client
 
username = "username"
password = "**********"
image = 'glitch.png'
text = 'Flask for Python' + '
' + '#glitch #python #gif https://pythonprogramming.altervista.org/publish-app-or-blog-with-glitch-com-and-python-in-no-time/'
with client(username, password) as cli:
    cli.upload(image, text)
Source by pythonprogramming.altervista.org #
 
PREVIOUS NEXT
Tagged: #post #instagram #pc #python
ADD COMMENT
Topic
Name
1+6 =