Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saiteja-madha/linkedin-automation
Automate your job applications on LinkedIn using selenium. A time-saving solution for job seekers!
https://github.com/saiteja-madha/linkedin-automation
automation easy-apply job-application job-automation linkedin-bot selenium
Last synced: about 2 months ago
JSON representation
Automate your job applications on LinkedIn using selenium. A time-saving solution for job seekers!
- Host: GitHub
- URL: https://github.com/saiteja-madha/linkedin-automation
- Owner: saiteja-madha
- Created: 2023-03-07T05:34:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T07:09:35.000Z (4 months ago)
- Last Synced: 2024-10-13T02:46:43.540Z (3 months ago)
- Topics: automation, easy-apply, job-application, job-automation, linkedin-bot, selenium
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn Automation
LinkedIn Automation is a project that utilizes [Selenium](https://www.selenium.dev/) to automate job application process on LinkedIn. This project is currently a work in progress, but it provides a basic idea of what the final product will look like.
## Getting Started
To get started with this project, you will need to have [Python 3](hhttps://www.python.org/) installed on your system. Once Python is installed, you can clone this repository and run the following commands:
```bash
cd linkedin-automation
pip install -r requirements.txt
python src/linkedin.py
```Before running the app, make sure to fill in the necessary details in the `config.yaml` file. Some of the fields are already filled, but you will need to fill in the following fields:
- email - Your LinkedIn email address
- password - Your LinkedIn password## Contributing
Contributions to this project are welcome and encouraged! If you find a bug or have an idea for a new feature, please feel free to open an issue or submit a pull request.