sakhawy / VueschoolScraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  • Create a .env file
  • Copy & paste to .env with the proper values:
CHROMEDRIVER=[path to driver]
EMAIL=[your email]
PASSWORD=[youe password]
COURSE_URL=[The course you want to download]
  • Install the dependencies: pip install -r requirements.txt
  • Run the script: python script.py
  • The output will be saved to a text file (download_urls.txt)

About


Languages

Language:Python 100.0%