简体   繁体   中英

How to access linkedin from python command

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?

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.

A simple Google search gives you:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM