LinkedIn Jobs scraper with a Discord bot "front end" written in Python
- Sends new postings on LinkedIn Jobs for a given search query to a Discord channel
- Saves users time from repeat and sponsored postings
- Allows users to blacklist companies
- Provides links to a Google and Levels.fyi search of the company
- Python >=3.10
- Git
- Chrome (or Chromium)
Note If the commands don't work, try
python3
andpip3
instead, or make sure you have them in your PATH
git clone https://github.com/hotsno/linkedin-jobs-notifier
cd linkedin-jobs-notifier
pip install -r requirements.txt
- Log in to your LinkedIn account:
python log_in_to_linkedin.py
- Edit
.env.example
- Run the bot:
python bot.py