I'm creating a site that represents a virtual companies website (in this case, a virtual bakery). I've already set up products and the cart system, the problem now is getting it to work with the virtual bank system. Everybody involved in the system has an account, I do too. Now, I'm pretty darn new to Python and I've been using a lot of prior created scripts and editing them slightly to my desire.
My Question...
- How do I log into a third-party site using python?
- How do I then click buttons (basically run javascript) on the site once logged in?
Sorry, I would include a link to the site I'm trying to access, however, it seems to be down at the moment. How convenient.