Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deadly-panda/linkedinautoapplyer

A python(3.7) script that automatically applies to 'easy apply' job offers on LinkedIn
https://github.com/deadly-panda/linkedinautoapplyer

python selenium-webdriver

Last synced: 7 days ago
JSON representation

A python(3.7) script that automatically applies to 'easy apply' job offers on LinkedIn

Awesome Lists containing this project

README

        

# LinkedInAutoApplyer
A **python(3.7)/selenuim** script that automatically sends applications to 'easy apply' job offers on LinkedIn.

It also applies to offers where the questions are present (eg : how many years of experience do you have in abc).

# How to run :
- Clone the repository
- Go to the directory : cd LinkedInAutoApplyer
- Create a virtual environment : python3 -m venv venv
- Activate the virtual environment: source venv/bin/activate
- Install requirements(You may need to update your pip version) : pip install -r requirements.txt
- Run : python3 main.py

**Or you can simply use Docker (still not added)**
- Clone the repository, and go to the directory.
- sudo docker-compose build
- sudo docker-compose up

# ToBeAdded Features :
- Answer the complex questions.

# In case you want to contribute :
- Please respect pep8 guidlines!