John Vanzuita

Results 77 comments of John Vanzuita

Hey @davidhu2000 , thanks for react-spinner, have been using the lib on my projects, it's perfect! Thank you for the feedback also, going to check it in the next release...

updated: https://github.com/converge/instapy-dashboard/commit/dbc5a9253fc38676602022de28e835252c3ed1aa could you guys confirm if it's working ?

hey @andreescocard , did you fix the issue ?

I just updated the project and now we don't need better-sqlite3 neither node-sqlite to have it working 🥇 Could you guys test it and let me know if it's working?

Hey, I hope it can help you: https://github.com/mapbox/node-sqlite3/issues/933

there is a little detail: ```python3 config.py``` not ```python config.py``` :D

don't worry, fail is part of success! you can add this option to bypass suspicious login attempt: ```bypass_suspicious_attempt``` example: ```python session = InstaPyLight(username='', password='', bypass_suspicious_attempt=True, headless=False) ``` after first successful...

the cookie behavior is ok, when there is no cookie yet (first time you run the script), it will show that message. I tried the bypass suspicious feature, and it´s...

everything is good, it connects and login successfully, now you need to add the features you want to use in the config.py file

hey, I thought it was spam. the comments arent stored, if you wanna develop it, you can follow these steps: - load post page - select elements by xpath -...