如何通过python命令访问linkedin

发布于 2024-11-16 03:54:58 字数 84 浏览 3 评论 0原文

我想从命令提示符访问我的 linkedin 帐户,然后我想使用命令从我的帐户发送邮件。
另外,我需要邮件的投递报告。
谁能知道如何使用它?

I want to access my linkedin account from command prompt and then i wanted to send mails from my account using command.
Also, I need the delivery reports of the mails.
Can anyone knows how can use that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

孤独陪着我 2024-11-23 03:54:58

如果 LinkedIn 接受您的消息,会员间 API 将返回 2xx 状态代码。如果出现错误,则会显示 4xx 状态代码。

这意味着该消息已放入 LinkedIn 系统,而不是已打开、阅读、通过电子邮件发送等。您无法通过 API 获取该消息。

The Member to Member API will return a 2xx status code if your message is accepted by LinkedIn. And a 4xx status code if there's an error.

This means the message was put into the LinkedIn system, not that it has been opened, read, emailed, etc. You cannot get that via the API.

勿忘心安 2024-11-23 03:54:58

简单的 Google 搜索即可为您提供:

http://code.google.com/p/python-linkedin /

A simple Google search gives you:

http://code.google.com/p/python-linkedin/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文