ExpandedVenture / ConnectionSphere

Simple Service to Start Prospecting Online
0 stars 0 forks source link

New feature to tag people - Write the automation #109

Closed ExpandedVenture closed 3 years ago

ExpandedVenture commented 3 years ago

Abstract

Today, you have a little script for automation the sharing of a post,

post.share.linkedin username=gayle.hazelton@arglebargleblend.xyz

https://github.com/leandrosardi/bots/commit/24518d569d245b42370eeaf9f8381deb18c00e23#diff-3f40aa9a5908c3a90e590fa90464d42e816dc8d355d5b58c405ffb26bbdb1162

Such a script follows the steps below:

  1. Login to the account.

  2. Visit a LinkedIn post like this: https://www.linkedin.com/posts/mozhgan-w-alokozai-013abb11a_taliban-afghanabrwomen-saveafghanlives-activity-6852668556962803712-lqp5/

  3. Click on the "Share" button: image

  4. Write a comment; and

  5. Click the "Post" button. image

Goal

Your goal is to add code to this script, right here: https://github.com/leandrosardi/bots/commit/24518d569d245b42370eeaf9f8381deb18c00e23#diff-3f40aa9a5908c3a90e590fa90464d42e816dc8d355d5b58c405ffb26bbdb1162R104

Your code must tag a person just after writing the comment, as is shown in the 3 pictures below:

image

image

image

NOTE

Since you are going to work on Linux, with MLA5,

  1. choose one of the accounts available in MLA5,

  2. login to the account just to see the full list of its 1st degree connections, and choose one name to mention.

image

ExpandedVenture commented 3 years ago

image

This verification has been missed in the last release.

I am adding this verification myself.

ExpandedVenture commented 3 years ago

Here is the result that I asked for, but you didn't develop. image

ExpandedVenture commented 3 years ago

Done.