You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An instagram bot works without instagram api github.com/eVanilla/instabot.rb
PROCESSING: checking log files
[+] [TOR] STARTED
[+] [TOR] current ip [23.129.64.185]
PROCESSING: protocol created
[+] Processing successfully completed
[+] Trying to login as [reynx1]
[-] NoMethodError undefined method `password=' for #Mechanize::Form:0x000000027a4ca0
check out the log file for full trace
bitnami@ip-172-26-3-141:~/ruby/instaBot$
The text was updated successfully, but these errors were encountered:
I tried to fix this and the problem relies in the login form, as the password field was changed to enc_password in the instagram page. The problem is that the enc_password is encoded using some js libraries before being submitted.
Personally, I gave up fixing this gem, so I'm considering to use instapy (python) or instauto (js) instead (no pun intended), where both use headless browsers to connect (selenium and puppeteer respectively), so they don't worry about those js problems.
hello please help to fix the login problem..
██╗███╗ ██╗███████╗████████╗ █████╗ ██████╗ ██████╗ ████████╗
██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔═══██╗╚══██╔══╝
██║██╔██╗ ██║███████╗ ██║ ███████║██████╔╝██║ ██║ ██║
██║██║╚██╗██║╚════██║ ██║ ██╔══██║██╔══██╗██║ ██║ ██║
██║██║ ╚████║███████║ ██║ ██║ ██║██████╔╝╚██████╔╝ ██║
╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═╝
An instagram bot works without instagram api github.com/eVanilla/instabot.rb
PROCESSING: checking log files
[+] [TOR] STARTED
[+] [TOR] current ip [23.129.64.185]
PROCESSING: protocol created
[+] Processing successfully completed
[+] Trying to login as [reynx1]
[-] NoMethodError undefined method `password=' for #Mechanize::Form:0x000000027a4ca0
check out the log file for full trace
bitnami@ip-172-26-3-141:~/ruby/instaBot$
The text was updated successfully, but these errors were encountered: