-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This Bot Is No Longer Compatible with the latest version of Web.stagram.com #9
Comments
Same error unable to find a solution to that Traceback (most recent call last): |
Same error. |
Same error. This code is broken and useless now. |
New project now, https://github.com/marclave/InstaBot can use this |
marclave, I'm getting the following error: Traceback (most recent call last): I received authorization on websta.me and I'm logged in to instagram and my user id and password in the file are correct. The profile.yml file is formatted the same as your file. Any suggestions would be much appreciated. |
Hi InifiniteAlpha, Instagrams login has changed so now i am trying to fix it. Instagram has done a very good job to stop bots : P but will try to fix it |
Hi Everyone, I have found a workaround for the instagram bot in the latest commit: f4523880f93c04066bdb7a7bb5eca3f5ea06087f |
Do you have a new version ? i Can pay for working version. |
Should still work. Working on my end
|
You managed to get this version working? Sorry but that seems impossible as the webstagram has been long updated since. |
@corriejgreen I got my own instagram bot working |
@marclave I downloaded your one only to be hit with errors i assumed was because outdated software. http://imgur.com/Zyck1PH If you know the solution that doesnt involve already adding liking to the instagram account then thats great because ive already tried that. Edit: Solution is what i posted earlier but when you get your access token likes must be part of the scope in the same authorization request. The API really is vague here but thats the solution. |
@corriejgreen I shall add that to the documentation |
@marclave https://instagram.com/oauth/authorize/?client_id=CLIENT_ID&redirect_uri=REDIRECT_URI&response_type=token&scope=likes There is a short url that will complete the request without having to use the api console :) All the best!
|
Upon authentication the program is now crashing right after major updates were done to web.stagram:
Traceback (most recent call last):
File "runbot.py", line 107, in
login(username, password)
File "/Users/mateuszandrzejczuk/Documents/CiniCraft_Likebot/likebot.py", line 50, in login
c.perform()
pycurl.error: (3, ' malformed')
The text was updated successfully, but these errors were encountered: