[HELP] Learn how to do Automation

BoostChef

Power Member
Jr. VIP
Joined
Jan 17, 2014
Messages
773
Reaction score
262
I'm not a programmer and I have zero knowledge of coding.

I want to learn automation like creating email accounts or make automatic sign-ups on any other website using custom script or any tool which can automate the actions.

Any help would be appreciated.

Thanks
 
I'm not a programmer and I have zero knowledge of coding.

I want to learn automation like creating email accounts or make automatic sign-ups on any other website using custom script or any tool which can automate the actions.

Any help would be appreciated.

Thanks
Although I'm no expert at this, most people I know use ubot. Type ubot tutorials into google, lots on there
 
1) learn a programming language

2) learn about the HTTP protocol

3) learn about web requests

4) learn how to hit your head against the wall repeatedly until the solution comes to you :)




Most important is (4) lol
 
1) learn a programming language

2) learn about the HTTP protocol

3) learn about web requests

4) learn how to hit your head against the wall repeatedly until the solution comes to you :)




Most important is (4) lol


Don't forget to keep your self well nourished, as you will be having little to no sleep.

"Sleep is for fools who like to play dead"
- Elon Musk
 
theres a course called automate the boring stuff with python. it uses selenium too so maybe you can learn little bit and introduce little bit of randomness in the code so that the username, password are different. i am thinking of doing this but the only issue i see is making too many registrations from one ip address which can get me blocked. if anyone has any idea how to solve that it would be great.
 
Back
Top