ASK me anything about python

What are some best practices for web scraping and automation, such as avoiding detection or rate limits?
use high-quality proxies
 
Hello,

I would like to restore a backup all on one wp migration using python. Im wordpress in the gui, the user must click on a button but how to do it with putho 's code ?

Thanks

plugin: all in one migration
 
Is it possible to build an undetectable bot with selenium/pupeteer? Or better work with windows automation tools like sikulix?
 
Would you recommend Python to first-time language learners?
 
how long does it take to learn python for freelancing purposes?
 
Would you recommend Python to first-time language learners?
language doesn't really matter start with any language to learn the basics of programming, and then you can learn any other language in a matter of few days

how long does it take to learn python for freelancing purposes?
I see 3 months are enough with 2 hours of studying everyday
How would you create an outlook gen?
this is an example
https://github.com/aimadnet/Outlook-Gen-2captcha you can look at it and develop your own
 
Want to build some bots for social media how should I get started with python.
 
Thanks for this thread because it's gold.
Some time ago I made an Instagram automation bot on Selenium.
I was following some of the practices that you already mentioned plus a human like behavior, it was working incredibly well and my account was growing and growing.
But then Instagram started to limit the interactions that you can make from a browser and I stopped using it.
The interactions are not limited from the phone, which gave me the idea of migrating all code to appium and pretend to connect from a phone.
However this had a lot of complications that ended up being a massive project that I have been delaying for long time.

Do you know if there is a better way of pretending that your connection is from the instagram app using selenium?
Or how avoid the restrictions from a browser?
 
Thanks for this thread because it's gold.
Some time ago I made an Instagram automation bot on Selenium.
I was following some of the practices that you already mentioned plus a human like behavior, it was working incredibly well and my account was growing and growing.
But then Instagram started to limit the interactions that you can make from a browser and I stopped using it.
The interactions are not limited from the phone, which gave me the idea of migrating all code to appium and pretend to connect from a phone.
However this had a lot of complications that ended up being a massive project that I have been delaying for long time.

Do you know if there is a better way of pretending that your connection is from the instagram app using selenium?
Or how avoid the restrictions from a browser?
I see the best solution here is to reverse engineering the mobile APP
look at API endpoints and send requests to them
 
Back
Top