Hello,
I want to interact on a web page with python code ?
I’m speaking about fill out a form…
Can I do it ?
If I can’t, can I do it with other language ?
Thanks,
Yes, is really easy using python. You can use this packages
[list]
[] requests - to submit data (post, get, cookie) and access page.
[] BeautifulSoup - to access specifics elements, and get text or html from page.
[/list]