Kibitzr is an open-source automation tool for web scraping and monitoring. It allows users to create lightweight scrapers that fetch content from web pages and send notifications when the content changes. Useful for tracking prices, news, statuses, and more.
Kibitzr is an open-source web automation and scraping tool written in Python. It allows users to create lightweight scrapers that fetch content from web pages on a regular schedule. Kibitzr scrapers can extract text, numbers, images, JSON, and other content from HTML pages.
Some common uses of Kibitzr include:
Kibitzr runs the user-defined scrapers on a cron-like schedule. It can send notifications through email, Slack, Pushover, Telegram, and other services when the scraped content changes or conditions are met. Scrapers are defined in simple YAML configuration files.
Kibitzr is designed to be lightweight, approachable for non-programmers, and suitable for everyday automation tasks. It handles sessions, pagination, ratelimits, and common scraping challenges out of the box. Kibitzr is written in Python and works on Linux, Windows, and macOS.
Here are some alternatives to Kibitzr:
Suggest an alternative ❐