Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deadly-panda/linkedinautoapplyer
- Owner: deadly-panda
- Created: 2021-08-27T15:10:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T01:37:59.000Z (about 3 years ago)
- Last Synced: 2024-10-08T13:22:48.601Z (29 days ago)
- Topics: python, selenium-webdriver
- Language: Python
- Homepage:
- Size: 5.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!