A discord bot for notifying about new listings on the nepremicnine.net website using Playwright.
cp .env.example .env
poetry install
playwright install chromium
cd 'C:\Program Files\Google\Chrome\Application'
./chrome.exe -remote-debugging-port=9222
- 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