I would like to create a script that would help me automate filling out a form on a website. Here is a basic idea that I came up with. The website consists of 5 stages.
- Selecting a category and a group of an item
- Adding the item. It consists of a title, price, etc...
- Selecting the visibility
- Finish putting out an ad by clicking I accept.
- Deleting the previous ad of the same product
So basically what I had in mind was to sort all of my items in subfolders, each subfolder would contain an image of the item along with an info.txt file. The info.txt file would contain all the information that would be needed for filling out the form (for example title, price, text of the ad, etc...). Using these subfolders and .txt files I'd like to create a script that could help me add my items and fill out a from on an ad-based website.
So my question is: How to do this, what language/script should I use?