johnisanerd / magicalapi-python

Python library for using Magical API and LinkedIn scraping.

Home Page:https://www.calculatedleap.vc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is an unofficial python API for Magical API. Learn more about Magical API here.

Learn more about the API documentation here.

Installation

Set the magical api key in the environmental variable.

export MAGICAL_API_KEY="YOUR_API_KEY"

Virtual Environment

python3.10 -m venv myvenv
source ./myvenv/bin/activate
pip install -r requirements.txt

Example Usage

api = MagicalAPI("YOUR_API_KEY")
linkedin_data = api.get_linkedin_profile("johncoleeng")
print(linkedin_data)

company_data = api.get_company_data("Calculated Leap Ventures")
print(company_data)

About

Python library for using Magical API and LinkedIn scraping.

https://www.calculatedleap.vc

License:GNU General Public License v3.0


Languages

Language:Python 100.0%