+ 1
Can Anyone Knows How to submit form method=post automatically like a bot
3 ответов
+ 2
if you want to write a bot to automate things there are 2 options:
1) you send only the request
python:
https://www.twilio.com/blog/2016/12/http-requests-in-python-3.html
curl:
https://en.m.wikipedia.org/wiki/CURL
2) you mimic a user
selenium :
https://en.m.wikipedia.org/wiki/Selenium_(software)
+ 1
nope
- 1
onload?