This Flask project allows you to parse LinkedIn followers and retrieve their profile photos as JSON data.
Before running this project, make sure you have the following installed:
- Python 3.x
- Flask
- LinkedIn login and password
-
Clone this repository:
git clone https://github.com/ivan-tolkunov/linkedin_info.git
-
Navigate to the project directory:
cd linkedin_info
-
Install the required dependencies:
pip install -r requirements.txt
-
Set up your LinkedIn API credentials:
- Create a LinkedIn Developer account and create a new application.
- Obtain the client ID and secret.
- Update the
config.py
file with your credentials.
-
Start the Flask server:
python app.py
-
Open your web browser and navigate to
http://localhost:5000/get_linkedin_info?linkedin_url=https://www.linkedin.com/in/user/
.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.