gpt4 book ai didi

python - 使用 Python 与包含动态列表的网页交互

转载 作者:行者123 更新时间:2023-12-04 16:21:43 29 4
gpt4 key购买 nike

我正在尝试编写一个 Python 程序来自动向 todoist 添加任务。我目前正在尝试使用 Mechanize ,但不确定这是否是我需要的,因为它被设置为与表单交互,我不确定 todoist 是否使用 HTML 表单进行输入。到目前为止,这是我的代码:

import mechanize;
import re;

br = mechanize.Browser();
br.open("http://todoist.com/");
assert br.viewing_html();
print br.title();
print br.forms();

哪个打印
To-do list and task manager. Free, easy, online and mobile: Todoist
<generator object __call__ at 0x02D69288>

所以它成功连接到todoist,但我不确定如何访问输入表单以实际将任务放入?也不确定为什么 br.forms() 打印引用而不是值(这是一个空列表)?

最佳答案

已经有一些模块可以让我与 todoist API 交互。如果有人带着同样的问题来搜索,这个似乎运行良好:https://github.com/Garee/pytodoist

关于python - 使用 Python 与包含动态列表的网页交互,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29222990/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com