I just want a PS5!!
Web scrapper developed with Playwright-python (https://playwright.dev/python)
It is highly suggested to use into a Python VENV
python -m venv virtualenv && cd virtualenv && source virtualenv/bin/activate
Clone repo and install dependecies and create a .env file
pip install -r requirements.txt
## ENV FILE
BOT_TOKEN='<Telegram bot token>'
CHAT_ID='<Telegram chat ID>'
Lastly, install Playwright browsers bundles
playwright install
Tested under Python 3.8