Lox extracts data from LinkedIn posts and saves it to Notion
Project description
Lox
Lox is a tool for generating leads from LinkedIn. It can open linkedin pages, parse content and extract email. It integrates with Notion and capable of saving the extracted leads into a Notion database.
Usage
lox --url {linkedin-post-url}
Features
It's core features includes:
- Ability to scrape data from LinkedIn posts or feed
- Automatic creation of data model from Notion datbase
- Integration with Notion to save the extracted data
You can install Perse using pip:
pip install zf-lox
mkdir -p ~/.lox
Create a config
file with the following:
[linkedin]
email = {your-linkedin-email}
password = {your-linkedin-password}
[openai]
api_key = {your-openai-api-key}
[notion]
api_key = {your-notion-api-key}
database_id = {your-notion-database-id}
Export cookies from LinkedIn using EditThisCookies and save it in ~/.lox/cookies.json
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file zf_lox-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: zf_lox-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b7db91eac0f4c73e1e075de250d08715baa6d5fa4bc18e5f13eb117b3f6989e |
|
MD5 | 5176a41fa91fc3045abb30760b21f958 |
|
BLAKE2b-256 | f002814706dcbcef5122c309aa4437302db0e0b17543068f1c65ebec51edb260 |