Skip to content

Check the files on IUTBox public page and download them, Notify new changes and ...

License

Notifications You must be signed in to change notification settings

mheidari98/IUTBox-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IUTBox Checker :D


General info

Check the files on IUTBox public page and download them, Notify new changes and ...


Requirements

1.1 We have to install the selenium for using webdriver class. Through which we can instantiate the browsers and get the webpage from the targeted URL.

pip install selenium

1.2 Once selenium installed successfully. Now, we can go to the next step for installing our next package. The next package is webdriver_manager, Let install it first,

pip install webdriver_manager

1.3 Web Drivers Selenium requires a web driver to interface with the chosen browser. Web drivers is a package to interact with a web browser. It interacts with the web browser or a remote web server through a wire protocol which is common to all. You can check out and install the web drivers of your browser choice.

Chrome:    https://sites.google.com/a/chromium.org/chromedriver/downloads
Firefox:   https://github.com/mozilla/geckodriver/releases
Safari:    https://webkit.org/blog/6900/webdriver-support-in-safari-10/

Authors

mahdi heidari - mheidari98


Task-Lists

  • complete code
  • complete Document Documenting Python Code

Good Link


License

This project is licensed under the MIT License LICENSE.

About

Check the files on IUTBox public page and download them, Notify new changes and ...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published