Hi, I would like to create a script which will do the following but I don't know how to do it. Can someone help me, please ?
So my idea is...
-
To go to website www.abcd.com where are profiles of different people
-
Scrape the name of a person and save it ( Here I don't know... whether to save as a text file, resource or a list ? )
-
Go to the next page, next profile on that website and compare saved name earlier to that new one and if this is the same name then go to the next page, next profile, else if this is a different name to the one saved before then scrape that new one add it and perform an action, for example - click on the picture
Can some please tell me how script would look like following my above instructions ?
Thank you, much appreciated!