Can I use python+selenium to place automated trades?

Hello.

I didn’t see any official Trading212 API. I want to build my own bot with Selenium to place automated trades. If you don’t know what Selenium is, it’s a python framework that is used in website testing. It performs manual tasks but much faster than a human could. like I want to tell my bot to search for tesla in the search bar, click on the first result, click buy, place the amount and confirm.

This would take a human around 5-10 seconds to perform, but my bot could do it in 1-2 seconds.

Is there anything illegal/against the TOS for this?

A post was merged into an existing topic: Does trading212 have an API?