What must I learn to achieve my goal?

Goal: I would like to create a program that interacts with a website.

Detailed Goal: I would like to create a program, that is capable of purchasing items on websites automatically. The program would be able to autofill forms giving information such CC information and delivery details. Additionally, the program would need to be able to take multiple proxies and be able to execute purchases within seconds on limited release items where traffic on web pages would be high at such a time.

I currently have no programming knowledge, but I wish to create this program with Python.

What courses/topics can you recommend that I learn to help me to achieve this goal?

1 Like

start with python first, then learn a suitable python library for scraping.

But if performance really is a thing, i would recommend go(lang), compiled languages (go) are generally faster then interpreted languages (python)

1 Like