bitcoin-scraper

🛰 Scrap dynamic web page with Python & Selenium🐍

MIT License

Stars
5

Project init

Requirements

  • Python installed on your computer
  • pipenv package
  • virtualenv package

Create .env and fill

cp .env.example .env

Create virtual enviroment

virtualenv .venv

Install packages

pipenv install --ignore-pipfile

Run python file

pipenv run start