A discord bot for notifying about new listings on the nepremicnine.net website using Playwright.
cp .env.example .env
poetry install
poetry run playwright install chromium
- Add Discord bot token to the .env file.
- Add database path to the .env file.
- Add discord channel ids and nepremicnine.net search url pairs to the config.txt file.
poetry run pylint $(git ls-files '*.py')
poetry run black .
poetry run python main.py