+ 2
How to send GET and POST web requests Python
Im working to get a program to potentially navigate and execute tasks on websites. Although it isnt covered in the course here and isnt available in the code playground, its definitely something I still want to learn.
2 Respostas
+ 1
Google 'Selenium', you might like it. otherwise, learn how to use the Requests module.
+ 1
You have to use a python framework like Flask or dJango to handle Http requests. search for tutorials online.