I want to enter data into textarea or form. How to do this (preferably using the urllib library)?

All attribute values ​​of these tags are known (for the form I also know the values ​​of the input tag).

  • one
    Watch which POST request is sent (via developer tools in the browser, for example) and try to repeat the same with urllib - andreymal
  • How exactly to repeat it? I'm a little teapot - AndreiNekrasOn

1 answer 1

First you need to learn how to google. 5 seconds and ready. http://python-lab.blogspot.com/2012/06/python-101_09.html