Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kimyk0120/linkedin_scraper
- Owner: kimyk0120
- Created: 2024-07-27T05:26:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T07:38:55.000Z (2 months ago)
- Last Synced: 2024-10-23T10:11:06.803Z (2 months ago)
- Topics: django, python, selenium, tailwindcss
- Language: Python
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
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]).