Skip to content

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

License

Notifications You must be signed in to change notification settings

navchandar/Naukri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Naukri Update

license Test Code Climate made-with-python

Selenium and Python powered automation script

This script automates information updates on the job portal "Naukri". Most recruiters may filter users with the most recent updates on their profile.

Use this script to update your Naukri Profile on schedule every day; this can be completed in seconds.

In order to use this, you need Git, Python 3, and Google Chrome on 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           # source ./.venv/bin/activate  # command for macOS/linux
pip install -r requirements.txt    # Install dependencies

Configuration: Update ResumePath, username, password, and mobile number in naukri.py file.

Run the Script

python naukri.py

Browsers support

Chrome
Chrome
last 10 versions

Contribute

Contributions are always welcome!

Please read the contribution guidelines first.

Disclaimer

This script is not affiliated with or endorsed by Naukri.com.

While this script aims to enhance your profile visibility, results are not guaranteed. The effectiveness of updates may vary based on recruiter preferences and other factors.

Contributors

Donate

Paypal Badge Ko-Fi Badge BuymeCoffee Badge

Reference Links

Python 3+

Selenium 3+

Google Chrome

Chrome Driver

How to Use Task Scheduler