InstaPy / InstaPy/instapy-quickstart
not commenting and following user
- Lingua principale
- Python
- Stelle
- 777
- Fork
- 763
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
hey thanks for this amazing tool.
but i'm facing some problem this is not following or comenting on the posts.
and i don't know either it's my fault or something else
this is my code below please help
from instapy import InstaPy
session = InstaPy(username='XXXX', password='XXX', headless_browser=True)
session.login()
session.like_by_tags(["pcsetup"],amount=100)
session.set_do_follow(True,percentage=100)
session.set_do_comment(enabled=True, percentage=80)
session.set_comments([
u'What an amazing setup! :heart_eyes: What do '
u'you think of my recent setup?',
u'What an amazing desk setup! :heart_eyes: I think '
u'you might also like mine. :wink:',
u'Wonderful!! :heart_eyes: Would be awesome if '
u'you would checkout my photos as well!',
u'Wonderful!! :heart_eyes: I would be honored '
u'if you would checkout my desk setups and tell me '
u'what you think. :wink:',
u'This is awesome!! :heart_eyes: Any feedback '
u'for my posts? :wink:',
u'This is awesome!! :heart_eyes: maybe you '
u'like my desk setups, too? :wink:',
u'I really like the way you do the whole setup . I '
u'bet you like my desk setups, too :wink:',
u'Great capture!! :smiley: Any feedback for my '
u'recent shot? :wink:'],
media='Photo')
session.end()
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start by reproducing the supplied Python script, including like_by_tags, set_do_follow, and set_do_comment, and observe whether following or commenting occurs. Then trace those entry points in InstaPy to identify whether the behavior is caused by the shown configuration or by the tool. Done means the cause is documented and a verified correction or usage explanation is available.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- developer-experience
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 15/100