ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.69k stars 1.47k forks source link

Error direct message #347

Closed harisprananda closed 6 years ago

harisprananda commented 6 years ago

I getting error when I try to direct message using this template "message_users.py" , anyone can help me to solve the problem ?

PS D:\Work\bussiness\instabot-master\examples> python message_users.py File "message_users.py", line 39 print 'Messaging ' + row[0] ^ SyntaxError: Missing parentheses in call to 'print'

peprog commented 6 years ago

I think you are using python 3, in that you have to use parentheses in calling print command, and you better use this format: print ('Messaging %s' % row[0])

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.