Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kimyk0120/linkedin_scraper

LinkedIn_Scraper get public LinkedIn data.
https://github.com/kimyk0120/linkedin_scraper

django python selenium tailwindcss

Last synced: 18 days ago
JSON representation

LinkedIn_Scraper get public LinkedIn data.

Awesome Lists containing this project

README

        

# LinkedIn Profile Scraper

[//]: # ([![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com))

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![pythonbadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)

This project is a web application that scrapes LinkedIn profiles that provide public information.

intro

This scraper will extract publicly available data:

**πŸ§‘β€πŸŽ¨ Profile:** ......name, email, talks about, location

**πŸ‘¨β€πŸ’Ό Experiences:** ....job title, company name, company url

**πŸ—ΊοΈ Education:** ... name, period

---

## Updated Features
2024.09.04
- **Company Search:** You can search for a company and get all the employees' information.

## Stacks
```angular2html
Django 5.0.7
Python 3.10.11
tailwindcss 3.0.0
selenium 4.23.1
```

## Prerequisites
- make login_info.txt file in root directory and write your linkedin email and password
```angular2html
your_email # first line your_email
your_password # second line your_password
```

## How to Run

- Clone the repository
- Install Requirements
```bash
$ pip install -r requirements.txt
```
- Run Django Server
```bash
$ python manage.py runserver
```

- Tailwind Build (for development)
```bash
$ npx tailwindcss -i ./static/src/input.css -o ./static/src/output.css --watch
```

## Contact

For any feedback or queries, please reach out to me at [[email protected]]([email protected]).