Create a LinkedIn account with a searchable network
Project description
# linkedin_pkg: Create a LinkedIn account with a searchable network
This Python package is meant to be used to create a LinkedIn account that can have a network of connections that is searchable. There is also various functionality of the account that is described below.
## Functionality
After creating an account, you are able to:
Add a user to your network:
add(<name>)
Return the number of connections in your network:
number_of_connections()
Search your network for a connection using a string keyword:
search(<keyword>)
Save the current state of your account (coming in version 0.1.2):
store()
Restore a previous state of your account (coming in version 0.1.2):
restore()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.