navchandar / Naukri

Selenium Automation script that updates your Naukri profile Daily. Most recently updated profiles get more visits from recruiters!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Naukri Update

license Build Status Code Climate made-with-python

Selenium and Python powered automation script

This script is used to automate information update on the job portal "Naukri". Most recruiters may filter users having the most recent updates on their profile.

Use this script to update your Naukri Profile on schedule everyday, this can be completed in seconds.

In order to use this, you need to have Python 3, Google Chrome and Selenium webdriver for Chrome in your machine.

Installation

Install Python 3.10+ and run the below commands

git clone https://github.com/navchandar/Naukri.git
cd Naukri
pip install --upgrade pip
python3 -m venv .venv      # create virtual environment for installing dependencies
./.venv/bin/activate.ps1   # or source ./.venv/bin/activate for macOS/linux
pip install -r requirements.txt

Update ResumePath, Naukri login username, password, mobile number in naukri.py file and then run the script

python naukri.py

Browsers support

Chrome
Chrome
last 10 versions

Contribute

Contributions are always welcome!

Please read the contribution guidelines first.

Contributors

Donate

Paypal Badge Ko-Fi Badge BuymeCoffee Badge

Reference Links

Python 3+

Selenium 3+

Google Chrome

Chrome Driver

How to Use Task Scheduler

About

Selenium Automation script that updates your Naukri profile Daily. Most recently updated profiles get more visits from recruiters!

License:GNU General Public License v3.0


Languages

Language:Python 100.0%