import requests
PARAMS = { "パラメータ1": 値1, ...}res = requests.post(URL, data=PARAMS)
<form>のaction属性の値の絶対パス
<input>のname属性の値
<input>に入力する値