Simple web scraper for few IT job portals in the Czech Republic. Using Discord webhook to get notified about job offers automatically.
- Most of the websites inserting search filters inside url. Just create your desired filter and change the urls (or use XHR).
- Create and use your Discord webhook
- Run jobsearchbot.py
Using BeautifulSoup4 for scraping & SQLAlchemy to save job offers inside SQLite database just in case for further research of the companies.
