ASK me anything about python

How long it takes to create a bot to make gmail accounts with a GUI? what are the market prices for this type of work?
 
It depends on your skills
If you are beginner it can take more than one month
But of you are in advanced level you can make it in 2 or 3 day

For the price you can charge monthly or one payment fee
 
how would you automate running a software hundreds of times (as well as uninstalling it) without being detected that it’s the same person running the software every time.
 
how would you automate running a software hundreds of times (as well as uninstalling it) without being detected that it’s the same person running the software every time.
if it is desktop software you can Vary the time between runs also you can change your IP address every time you run it
 
How long does it take to make a bot for telegram in python? And how long would it take me to learn that from zero? Thanks in advance
 
How long does it take to make a bot for telegram in python? And how long would it take me to learn that from zero? Thanks in advance
if you are a complete beginner you need to learn the Python basics
to master them assuming you are giving 2 hours daily to learn it takes around 1 to 2 months then you are good to start building any bot you want
 
What is the money-making method that includes python and its automation powers? Something that can be scaled and runned on a server 24/7 and it is guranteed to earn some bucks?

How to patch the selenium browser driver in order to make it undetectable by bot security measures?

What is the hardest obstacle you have overcomed while using python? For me it was procastination :)-/<
 
What is the money-making method that includes python and its automation powers? Something that can be scaled and runned on a server 24/7 and it is guranteed to earn some bucks?

How to patch the selenium browser driver in order to make it undetectable by bot security measures?

What is the hardest obstacle you have overcomed while using python? For me it was procastination :)-/<
1. the best way to make money with Python and automation is to build bots that do the manual work automatically

2. try spoofing these
  • MAC address
  • screen resolution
  • IP address
  • user agent

3. the hardest obstacle that I have ever faced is learning classes and OOP hahaha
 
1. the best way to make money with Python and automation is to build bots that do the manual work automatically

2. try spoofing these
  • MAC address
  • screen resolution
  • IP address
  • user agent

3. the hardest obstacle that I have ever faced is learning classes and OOP hahaha
hello, I am interested in making selenium as undetectable as possible, could you explain more about it? or tell us where I can read more about it?

Thanks!
 
Python still remains mainly popular, do you think anything will overtake it as a backend code language?
 
What are some best practices for web scraping and automation, such as avoiding detection or rate limits?
 
Back
Top