This is an automated bot designed to streamline the job application process on Instahyre. The bot helps job seekers save time by automating repetitive application tasks.
- Automatic login to Instahyre
- Search for jobs based on specified criteria
- Apply to jobs automatically
- Track applied jobs
- Handle application process
- Python 3.7+
- Selenium WebDriver
- Chrome Browser/Brave Browser
- ChromeDriver
pip install selenium
pip install webdriver_manager
- Update your credentials in the config file
- Run the script: for Instahyre Automation:
python instahyre.py
for Flexiple Automation:
python flexiple.py
Create a .env
file in the project root with your Instahyre credentials:
EMAIL=your_email@example.com
PASSWORD=your_password
The bot will automatically load these environment variables for authentication.
This bot is for educational purposes only. Use at your own risk and be aware of Instahyre's terms of service.
Feel free to fork, create pull requests, or report issues.
MIT License