Automation for repetitive tasks?

Seeen

Newbie
Joined
Oct 25, 2019
Messages
44
Reaction score
27
So the task is account creation.
I was thinking of using macro's but it involves using vps to log.in and access and monitor the account.


Setting up vps in aws for 4 regions - logging into each vps - installing firefox and add.ons - creating account using data from notepad or excel - monitoring account if it's approved.

I wouldn't mind setting up the aws region just the vps part is tedious.
Anyway to automate this action?

P.S I have my VA doing this job but I need her for a different task for scaling up. I don't want to hire another one off the net as it involves my account creation strat simply put I don't trust anyone for this.

In terms of coding same as above.

Is there anyway I could automate this with macro's?
 
Are the steps needed to interact can be achieved via API endpoints? Api calls can be automated.
 
There's a lot of tools out there that do what you want, for a lot of different social media sites.
 
Are the steps needed to interact can be achieved via API endpoints? Api calls can be automated.


I don't really know about api.

So basically it's adwords account creation just wanted to automate it. I'm doing it manually for now with my VA.
There's a lot of tools out there that do what you want, for a lot of different social media sites.


It's not social media but adwords.
 
I would recommend you learn Python and making scripts(Bash and Batch) if you plan on doing this kind of thing in the future.It's very useful if you have to automate things all the time.
Hmm, Now if you could just automate the automation...
There is lots of software that could do the job if you don't want to write the scripts directly, Robotask comes to mind for Windows, etc. Try googling.
 
It depends on how BRAINLESS the tasks are

If your tasks aver PREDICTABLE and involve only a few SIMPLE steps that don't change, you can safely automate getting a script done on places like upwork

For everything else, look into getting a VA. I pay my VA only $30 for a fixed quota (ie., agreed on deliverables ahead of time instead of paying for 'effort')
 
Anything can be automated! :) -

Everything can be done using vba. (As its my mother tongue)

Use VBA to create the aws vm creation process.
-IE automation

Soon as its done let it launch a pixel automation like sikulix to start the vm, and download a batch file that could finish of whatever you need. (Firefox and add-in)
Worst case just automate the whole process using Sikulix.
 
Anything can be automated! :) -

Everything can be done using vba. (As its my mother tongue)

Use VBA to create the aws vm creation process.
-IE automation

Soon as its done let it launch a pixel automation like sikulix to start the vm, and download a batch file that could finish of whatever you need. (Firefox and add-in)
Worst case just automate the whole process using Sikulix.

Thx for directing us to Sikulix, I have done webautomation for some years now but I never heard about Sikulix, I'm looking at the documentation right now :D
 
Back
Top