Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 566 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 566 Bytes

ps5_scrapper

I just want a PS5!!

Web scrapper developed with Playwright-python (https://playwright.dev/python)

Installation

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

Notes

Tested under Python 3.8