I have used different different webscraping such as selenium, beautifulsoup and pyautogui with different websites. You can also use it as you wish. If you like my project don't forget to star this repository.
- Install an duplicate Chrome driver - (Can be installed from : https://chromedriver.chromium.org/)
- Give the proper location for Chrome Driver installed path at line 5 - driver = webdriver.Chrome(executable_path=r"YOUR PATH TO CHROMEDRIVER")
$ pip install selenium
- install the above package and import it in your python
- Firstly split the pycharm and chrome into two halves in your window
- Then download and import the package below
$ pip install pyautogui
- Download and import the packages below
$ pip install bs4
$ pip install request
That's all you need to do before using my project.