用脚本填写谷歌表格

时间:2016-04-26 09:37:09

标签: python

我需要使用一些脚本填充此RazorEngine之类的表单。 我尝试使用Python Mechanize

import mechanize

br = mechanize.Browser()
br.open("https://docs.google.com/forms/d/13pJBKD9hS3w65ICXyNqNi4uSCn1hdt3qz-BuGjVGN-Q/viewform")

for form in br.forms():
    print "Form name:", form.name
    print form

但它在此链接中没有看到表单。

0 个答案:

没有答案
相关问题