A bot that allow connection to a website and file download
First download ChromeDriver in the root folder:
- Webdriver
- Make .env file
- Create /download folder
- ID_PASSWORD= your_password
- ID_USERNAME= your_username
- TARGET_URL= website_url
- DOWNLOAD_DIR= your_local_download_folder
- DOWNLOAD_LINK= link_to_download_file
- WEBDRIVER_PATH= path_to_webdriver
pip install -r requirement.txt
python setup.py